Html Css Color HEX #9970CB Lilac Bush

📋 copy color: '#9970CB'

red 153 ◦ green 112 ◦ blue 203

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

Shades of Lilac Bush #9970CB

Tints of Lilac Bush #9970CB

RGB

 RED value IS 153 (60.16% from 255) = 32.69%

 GREEN value IS 112 (44.14% from 255) = 23.93%

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

R = 32.69%
G = 23.93%
B = 43.38%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9970CB (or 0x9970CB) is known color: Lilac Bush. HEX triplet: 99, 70 and CB. RGB value is (153,112,203). Sum of RGB (Red+Green+Blue) = 153+112+203=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #9970CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9970CB is #668F34. Grayscale: #868686. Windows color (decimal): -6721333 or 13332633. OLE color: 13332633.

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

Color convert

RGB 153 112 203 -
CMYK 0.25 0.45 0 0.20
HSL 267.03º 0.47% 0.62% -
HSV(B) 267.03º 0.45% 0.8% -
XYZ 29.71 22.67 59.31 -
YUV 134.63 166.58 141.1 -
System Red Green Blue C M Y K H S L
Decimal 153 112 203 0.25 0.45 0 0.20 267.03 0.47 0.62
Hex 99 70 CB 19 2D 0 14 10B 2F 3E
Octal 231 160 313 31 55 0 24 413 57 76
Binary 10011001 1110000 11001011 11001 101101 0 10100 100001011 101111 111110

Color Harmonies of #9970CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9970CB

Black with #9970CB

Text Example


Text Example

White with #9970CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,112,203); }

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

background-color css

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

 a { background-color: rgb(153,112,203); }

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

border-color css

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

 span { border-color: rgb(153,112,203); }

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