COLOR #9482C6

HEX: #9482C6 RGB: (148,130,198)

Color info

#9482C6 contains mainly red and blue colors. Web safe color of #9482C6 is #9999CC (or #99C).

RGB color model

#9482C6 color RGB value is (148,130,198).

RGB: (148,130,198) (58%, 51%, 78%)

RGB channels and saturation

R 148 of 255 = 58%
G 130 of 255 = 51%
B 198 of 255 = 78%

148
130
198

R + G + B ~ 62%. #9482C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 130 + 198 = 476 (100%)
R 148 of 476 ~ 31.09%
G 130 of 476 ~ 27.31%
B 198 of 476 ~ 41.6'%

%31.09
%27.31
%41.6

CMYK color model

#9482C6 color CMYK value is (25,34,0,22).

  • cyan value is 25.25%
  • magenta value is 34.34%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (25,34,0,22)
C25M34Y0K22 (25%, 34%, 0%, 22%)
(0.25 / 0.34 / 0.00 / 0.22)

CMYK percentages

%25.25
%34.34
%0
%22.35

Codes

Color #9482C6 in popluar color models

94 82 C6
RGB 148 130 198
HSL 256° 37.36% 64.31%
HSB/HSV 256° 34.34% 77.65%
CMYK 25.25% 34.34% 0.00%
22.35%

Color #9482C6 in popluar number systems.

HEX 94 82 C6
Decimal 148 130 198
Binary 10010100 10000010 11000110
Octal 224 202 306

Shades and tints

Shades of #9482C6

#9482C6
(148,130,198)
#8777B4
(135,119,180)
#7A6CA2
(122,108,162)
#6D6190
(109,97,144)
#60567E
(96,86,126)
#534B6C
(83,75,108)
#46405A
(70,64,90)
#393548
(57,53,72)
#2C2A36
(44,42,54)
#1F1F24
(31,31,36)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #9482C6

#9482C6
(148,130,198)
#9D8DCB
(157,141,203)
#A698D0
(166,152,208)
#AFA3D5
(175,163,213)
#B8AEDA
(184,174,218)
#C1B9DF
(193,185,223)
#CAC4E4
(202,196,228)
#D3CFE9
(211,207,233)
#DCDAEE
(220,218,238)
#E5E5F3
(229,229,243)
#EEF0F8
(238,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9482C6 color. Also use rgb(148,130,198) instead hex code.

Text Font Color

.myTextColor { color: #9482C6; }

<p style="color:#9482C6">This sample text font color is #9482C6.</p>

This text font color is #9482C6.

Background Color

.myBgColor { background-color: #9482C6; }

<div style="background-color:#9482C6">Inner text</div>

This div background color is #9482C6.

Border color

.myBorderColor { border: 1px solid #9482C6; }

<div style="border:3px solid #9482C6">Div</div>

This div border color is #9482C6.

Opacity

.myOpacity80 { color: #9482C6; opacity: 0.8; }

<p style="color:#9482C6;opacity:0.8;">80%</p>

Text with #9482C6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9482C6;}

<p style="text-shadow: 3px 3px 1px #9482C6">Text here.</p>

This text has shadow with #9482C6 color.


.textShadow {text-shadow: 3px 3px 1px #9482C6', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9482C6, 5px 5px 20px red">Text here.</p>

This text has shadow with #9482C6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9482C6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9482C6, Direction=45, Strength=4)">Text</p>

This text has shadow with #9482C6 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9482C6;
-webkit-box-shadow: 1px 1px 3px 2px #9482C6;
box-shadow: 1px 1px 3px 2px #9482C6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9482C6; -webkit-box-shadow: 1px 1px 3px 2px #9482C6; box-shadow:1px 1px 3px 2px #9482C6;">
Div content here
</div>

This div box has shadow with color #9482C6.

Preview

Color preview on black background

This text has color #9482C6 on black background.


Color preview on white background

This text has color #9482C6 on white background.


Black color preview on #9482C6 background

This text has black color on #9482C6 background.


White color preview on #9482C6 background

This text has white color on #9482C6 background.


Related colors

Complementary color

Complementary color for #hex is #6B7D39.


I love getcolorcode.com

Triadic colors

1 #C69482 and #82C694 with #9482C6 are triadic colors.

2 #C68294 and #8294C6 with #9482C6 are triadic colors.