#9D74CF

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

Shades of Lilac Bush #9D74CF

Tints of Lilac Bush #9D74CF

Color information

#9D74CF (or 0x9D74CF) is unknown color: approx Lilac Bush. HEX triplet: 9D, 74 and CF. RGB value is (157,116,207). Sum of RGB (Red+Green+Blue) = 157+116+207=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D74CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D74CF is #628B30. Grayscale: #8A8A8A. Windows color (decimal): -6458161 or 13595805. OLE color: 13595805.

HSL color Cylindrical-coordinate representation of color #9D74CF: hue angle of 267.03º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D74CF is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB157116207-
CMYK0.240.4400.19
HSL267.03º48.66%63.33%-
HSV(B)267.03º43.96%81.18%-
XYZ31.4124.1662.04-
YUV138.63166.58141.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.71%
GREEN value IS 116 (45.70% from 255) = 24.17%
BLUE value IS 207 (81.25% from 255) = 43.12%
R=32.71%
G=24.17%
B=43.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1571162070.240.4400.19267.0348.6663.33
Hex9D74CF182C01310b313f
Octal23516431730540234136177
Binary1001110111101001100111111000101100010011100001011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D74CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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