#9974BF

Color #9974BF Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #9974BF

Tints of Lilac Bush #9974BF

Color information

#9974BF (or 0x9974BF) is unknown color: approx Lilac Bush. HEX triplet: 99, 74 and BF. RGB value is (153,116,191). Sum of RGB (Red+Green+Blue) = 153+116+191=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #9974BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9974BF is #668B40. Grayscale: #878787. Windows color (decimal): -6720321 or 12547225. OLE color: 12547225.

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

Color convert

RGB153116191-
CMYK0.200.3900.25
HSL269.6º36.95%60.2%-
HSV(B)269.6º39.27%74.9%-
XYZ28.7923.0252.22-
YUV135.61159.26140.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.26%
GREEN value IS 116 (45.70% from 255) = 25.22%
BLUE value IS 191 (75% from 255) = 41.52%
R=33.26%
G=25.22%
B=41.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531161910.200.3900.25269.636.9560.2
Hex9974BF142701910e253c
Octal23116427724470314164574
Binary1001100111101001011111110100100111011001100001110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9974BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9974BF;
 }
 .AnyTagClassName
 {
   color: #9974BF;
 }
</style>
background-color css

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

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

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

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

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

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