Html Css Color HEX #9972BF Lilac Bush

📋 copy color: '#9972BF'

red 153 ◦ green 114 ◦ blue 191

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

Shades of Lilac Bush #9972BF

Tints of Lilac Bush #9972BF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.89%

 BLUE value IS 191 (75% from 255) = 41.7%

R = 33.41%
G = 24.89%
B = 41.7%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9972BF (or 0x9972BF) is known color: Lilac Bush. HEX triplet: 99, 72 and BF. RGB value is (153,114,191). Sum of RGB (Red+Green+Blue) = 153+114+191=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #9972BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9972BF is #668D40. Grayscale: #868686. Windows color (decimal): -6720833 or 12546713. OLE color: 12546713.

HSL color Cylindrical-coordinate representation of color #9972BF: hue angle of 270.39º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9972BF is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 114 191 -
CMYK 0.20 0.40 0 0.25
HSL 270.39º 0.38% 0.6% -
HSV(B) 270.39º 0.4% 0.75% -
XYZ 28.56 22.57 52.14 -
YUV 134.44 159.92 141.24 -
System Red Green Blue C M Y K H S L
Decimal 153 114 191 0.20 0.40 0 0.25 270.39 0.38 0.6
Hex 99 72 BF 14 28 0 19 10E 26 3C
Octal 231 162 277 24 50 0 31 416 46 74
Binary 10011001 1110010 10111111 10100 101000 0 11001 100001110 100110 111100

Color Harmonies of #9972BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9972BF

Black with #9972BF

Text Example


Text Example

White with #9972BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9972BF; }

 p { color: rgb(153,114,191); }

 H1.HeaderClassName
 {
   color: #9972BF;
 }
 .AnyTagClassName
 {
   color: #9972BF;
 }
</style>

background-color css

<style>
 a { background-color: #9972BF; }

 a { background-color: rgb(153,114,191); }

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

border-color css

<style>
 span { border-color: #9972BF; }

 span { border-color: rgb(153,114,191); }

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