Html Css Color HEX #9482CC True V

📋 copy color: '#9482CC'

red 148 ◦ green 130 ◦ blue 204

#9482CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #9482CC

Tints of True V #9482CC

RGB

 RED value IS 148 (58.2% from 255) = 30.71%

 GREEN value IS 130 (51.17% from 255) = 26.97%

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 30.71%
G = 26.97%
B = 42.32%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9482CC (or 0x9482CC) is known color: True V. HEX triplet: 94, 82 and CC. RGB value is (148,130,204). Sum of RGB (Red+Green+Blue) = 148+130+204=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #9482CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9482CC is #6B7D33. Grayscale: #8F8F8F. Windows color (decimal): -7044404 or 13402772. OLE color: 13402772.

HSL color Cylindrical-coordinate representation of color #9482CC: hue angle of 254.59º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9482CC is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 130 204 -
CMYK 0.27 0.36 0 0.2
HSL 254.59º 0.42% 0.65% -
HSV(B) 254.59º 0.36% 0.8% -
XYZ 31.09 26.62 60.63 -
YUV 143.82 161.96 130.98 -
System Red Green Blue C M Y K H S L
Decimal 148 130 204 0.27 0.36 0 0.2 254.59 0.42 0.65
Hex 94 82 CC 1B 24 0 14 FF 2A 41
Octal 224 202 314 33 44 0 24 377 52 101
Binary 10010100 10000010 11001100 11011 100100 0 10100 11111111 101010 1000001

Color Harmonies of #9482CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9482CC

Black with #9482CC

Text Example


Text Example

White with #9482CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9482CC; }

 p { color: rgb(148,130,204); }

 H1.HeaderClassName
 {
   color: #9482CC;
 }
 .AnyTagClassName
 {
   color: #9482CC;
 }
</style>

background-color css

<style>
 a { background-color: #9482CC; }

 a { background-color: rgb(148,130,204); }

 div.DivClassName
 {
   background-color: #9482CC;
 }
 .BgClassName
 {
   background-color: #9482CC;
 }
</style>

border-color css

<style>
 span { border-color: #9482CC; }

 span { border-color: rgb(148,130,204); }

 td.TdClassName
 {
   border-color: #9482CC;
 }
 .TagClassName
 {
   border-color: #9482CC;
 }
</style>