Html Css Color HEX #9970CE Lilac Bush

📋 copy color: '#9970CE'

red 153 ◦ green 112 ◦ blue 206

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

Shades of Lilac Bush #9970CE

Tints of Lilac Bush #9970CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 32.48%
G = 23.78%
B = 43.74%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9970CE (or 0x9970CE) is known color: Lilac Bush. HEX triplet: 99, 70 and CE. RGB value is (153,112,206). Sum of RGB (Red+Green+Blue) = 153+112+206=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #9970CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9970CE is #668F31. Grayscale: #868686. Windows color (decimal): -6721330 or 13529241. OLE color: 13529241.

HSL color Cylindrical-coordinate representation of color #9970CE: hue angle of 266.17º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9970CE is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 112 206 -
CMYK 0.26 0.46 0 0.19
HSL 266.17º 0.49% 0.62% -
HSV(B) 266.17º 0.46% 0.81% -
XYZ 30.07 22.82 61.21 -
YUV 134.98 168.08 140.86 -
System Red Green Blue C M Y K H S L
Decimal 153 112 206 0.26 0.46 0 0.19 266.17 0.49 0.62
Hex 99 70 CE 1A 2E 0 13 10A 31 3E
Octal 231 160 316 32 56 0 23 412 61 76
Binary 10011001 1110000 11001110 11010 101110 0 10011 100001010 110001 111110

Color Harmonies of #9970CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9970CE

Black with #9970CE

Text Example


Text Example

White with #9970CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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