Html Css Color HEX #9971CE Lilac Bush

📋 copy color: '#9971CE'

red 153 ◦ green 113 ◦ blue 206

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

Shades of Lilac Bush #9971CE

Tints of Lilac Bush #9971CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.94%

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

R = 32.42%
G = 23.94%
B = 43.64%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9971CE (or 0x9971CE) is known color: Lilac Bush. HEX triplet: 99, 71 and CE. RGB value is (153,113,206). Sum of RGB (Red+Green+Blue) = 153+113+206=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #9971CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9971CE is #668E31. Grayscale: #878787. Windows color (decimal): -6721074 or 13529497. OLE color: 13529497.

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

Color convert

RGB 153 113 206 -
CMYK 0.26 0.45 0 0.19
HSL 265.81º 0.49% 0.63% -
HSV(B) 265.81º 0.45% 0.81% -
XYZ 30.18 23.04 61.25 -
YUV 135.56 167.75 140.44 -
System Red Green Blue C M Y K H S L
Decimal 153 113 206 0.26 0.45 0 0.19 265.81 0.49 0.63
Hex 99 71 CE 1A 2D 0 13 10A 31 3F
Octal 231 161 316 32 55 0 23 412 61 77
Binary 10011001 1110001 11001110 11010 101101 0 10011 100001010 110001 111111

Color Harmonies of #9971CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9971CE

Black with #9971CE

Text Example


Text Example

White with #9971CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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