Html Css Color HEX #9875CB Lilac Bush

📋 copy color: '#9875CB'

red 152 ◦ green 117 ◦ blue 203

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

Shades of Lilac Bush #9875CB

Tints of Lilac Bush #9875CB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.79%

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

R = 32.2%
G = 24.79%
B = 43.01%

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

#9875CB (or 0x9875CB) is known color: Lilac Bush. HEX triplet: 98, 75 and CB. RGB value is (152,117,203). Sum of RGB (Red+Green+Blue) = 152+117+203=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #9875CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875CB is #678A34. Grayscale: #888888. Windows color (decimal): -6785589 or 13333912. OLE color: 13333912.

HSL color Cylindrical-coordinate representation of color #9875CB: hue angle of 264.42º 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 #9875CB is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 117 203 -
CMYK 0.25 0.42 0 0.20
HSL 264.42º 0.45% 0.63% -
HSV(B) 264.42º 0.42% 0.8% -
XYZ 30.09 23.71 59.49 -
YUV 137.27 165.1 138.51 -
System Red Green Blue C M Y K H S L
Decimal 152 117 203 0.25 0.42 0 0.20 264.42 0.45 0.63
Hex 98 75 CB 19 2A 0 14 108 2D 3F
Octal 230 165 313 31 52 0 24 410 55 77
Binary 10011000 1110101 11001011 11001 101010 0 10100 100001000 101101 111111

Color Harmonies of #9875CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9875CB

Black with #9875CB

Text Example


Text Example

White with #9875CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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