#9D74C9

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

Shades of Lilac Bush #9D74C9

Tints of Lilac Bush #9D74C9

Color information

#9D74C9 (or 0x9D74C9) is unknown color: approx Lilac Bush. HEX triplet: 9D, 74 and C9. RGB value is (157,116,201). Sum of RGB (Red+Green+Blue) = 157+116+201=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #9D74C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D74C9 is #628B36. Grayscale: #898989. Windows color (decimal): -6458167 or 13202589. OLE color: 13202589.

HSL color Cylindrical-coordinate representation of color #9D74C9: hue angle of 268.94º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D74C9 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB157116201-
CMYK0.220.4200.21
HSL268.94º44.04%62.16%-
HSV(B)268.94º42.29%78.82%-
XYZ30.6923.8858.25-
YUV137.95163.58141.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.12%
GREEN value IS 116 (45.70% from 255) = 24.47%
BLUE value IS 201 (78.91% from 255) = 42.41%
R=33.12%
G=24.47%
B=42.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1571162010.220.4200.21268.9444.0462.16
Hex9D74C9162A01510d2c3e
Octal23516431126520254155476
Binary1001110111101001100100110110101010010101100001101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D74C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D74C9; }

 p { color: rgb(157,116,201); }

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

<style>
 a { background-color: #9D74C9; }

 a { background-color: rgb(157,116,201); }

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

<style>
 span { border-color: #9D74C9; }

 span { border-color: rgb(157,116,201); }

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