Html Css Color HEX #9971CD Lilac Bush

📋 copy color: '#9971CD'

red 153 ◦ green 113 ◦ blue 205

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

Shades of Lilac Bush #9971CD

Tints of Lilac Bush #9971CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.52%

R = 32.48%
G = 23.99%
B = 43.52%

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

#9971CD (or 0x9971CD) is known color: Lilac Bush. HEX triplet: 99, 71 and CD. RGB value is (153,113,205). Sum of RGB (Red+Green+Blue) = 153+113+205=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #9971CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9971CD is #668E32. Grayscale: #878787. Windows color (decimal): -6721075 or 13463961. OLE color: 13463961.

HSL color Cylindrical-coordinate representation of color #9971CD: hue angle of 266.09º degrees, saturation: 0.48, 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 #9971CD is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 113 205 -
CMYK 0.25 0.45 0 0.20
HSL 266.09º 0.48% 0.62% -
HSV(B) 266.09º 0.45% 0.8% -
XYZ 30.06 22.99 60.61 -
YUV 135.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 153 113 205 0.25 0.45 0 0.20 266.09 0.48 0.62
Hex 99 71 CD 19 2D 0 14 10A 30 3E
Octal 231 161 315 31 55 0 24 412 60 76
Binary 10011001 1110001 11001101 11001 101101 0 10100 100001010 110000 111110

Color Harmonies of #9971CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9971CD

Black with #9971CD

Text Example


Text Example

White with #9971CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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