Html Css Color HEX #9876CB Lilac Bush

📋 copy color: '#9876CB'

red 152 ◦ green 118 ◦ blue 203

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

Shades of Lilac Bush #9876CB

Tints of Lilac Bush #9876CB

RGB

 RED value IS 152 (59.77% from 255) = 32.14%

 GREEN value IS 118 (46.48% from 255) = 24.95%

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 32.14%
G = 24.95%
B = 42.92%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9876CB (or 0x9876CB) is known color: Lilac Bush. HEX triplet: 98, 76 and CB. RGB value is (152,118,203). Sum of RGB (Red+Green+Blue) = 152+118+203=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #9876CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9876CB is #678934. Grayscale: #898989. Windows color (decimal): -6785333 or 13334168. OLE color: 13334168.

HSL color Cylindrical-coordinate representation of color #9876CB: hue angle of 264º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9876CB is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 118 203 -
CMYK 0.25 0.42 0 0.20
HSL 264º 0.45% 0.63% -
HSV(B) 264º 0.42% 0.8% -
XYZ 30.21 23.94 59.53 -
YUV 137.86 164.76 138.09 -
System Red Green Blue C M Y K H S L
Decimal 152 118 203 0.25 0.42 0 0.20 264 0.45 0.63
Hex 98 76 CB 19 2A 0 14 108 2D 3F
Octal 230 166 313 31 52 0 24 410 55 77
Binary 10011000 1110110 11001011 11001 101010 0 10100 100001000 101101 111111

Color Harmonies of #9876CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9876CB

Black with #9876CB

Text Example


Text Example

White with #9876CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9876CB; }

 p { color: rgb(152,118,203); }

 H1.HeaderClassName
 {
   color: #9876CB;
 }
 .AnyTagClassName
 {
   color: #9876CB;
 }
</style>

background-color css

<style>
 a { background-color: #9876CB; }

 a { background-color: rgb(152,118,203); }

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

border-color css

<style>
 span { border-color: #9876CB; }

 span { border-color: rgb(152,118,203); }

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