#9974C7

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

Shades of Lilac Bush #9974C7

Tints of Lilac Bush #9974C7

Color information

#9974C7 (or 0x9974C7) is unknown color: approx Lilac Bush. HEX triplet: 99, 74 and C7. RGB value is (153,116,199). Sum of RGB (Red+Green+Blue) = 153+116+199=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 199 - color contains mainly: blue. Hex color #9974C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9974C7 is #668B38. Grayscale: #888888. Windows color (decimal): -6720313 or 13071513. OLE color: 13071513.

HSL color Cylindrical-coordinate representation of color #9974C7: hue angle of 266.75º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9974C7 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB153116199-
CMYK0.230.4200.22
HSL266.75º42.56%61.76%-
HSV(B)266.75º41.71%78.04%-
XYZ29.6923.3956.98-
YUV136.52163.26139.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.69%
GREEN value IS 116 (45.70% from 255) = 24.79%
BLUE value IS 199 (78.12% from 255) = 42.52%
R=32.69%
G=24.79%
B=42.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1531161990.230.4200.22266.7542.5661.76
Hex9974C7172A01610b2b3e
Octal23116430727520264135376
Binary1001100111101001100011110111101010010110100001011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9974C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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