#9D6EBF

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

Shades of Lilac Bush #9D6EBF

Tints of Lilac Bush #9D6EBF

Color information

#9D6EBF (or 0x9D6EBF) is unknown color: approx Lilac Bush. HEX triplet: 9D, 6E and BF. RGB value is (157,110,191). Sum of RGB (Red+Green+Blue) = 157+110+191=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 110 (43.36% from 255 or 24.02% 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 #9D6EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6EBF is #629140. Grayscale: #858585. Windows color (decimal): -6459713 or 12545693. OLE color: 12545693.

HSL color Cylindrical-coordinate representation of color #9D6EBF: hue angle of 274.81º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D6EBF is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB157110191-
CMYK0.180.4200.25
HSL274.81º38.76%59.02%-
HSV(B)274.81º42.41%74.9%-
XYZ28.8822.0852.03-
YUV133.29160.57144.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.28%
GREEN value IS 110 (43.36% from 255) = 24.02%
BLUE value IS 191 (75% from 255) = 41.70%
R=34.28%
G=24.02%
B=41.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571101910.180.4200.25274.8138.7659.02
Hex9D6EBF122A019113273b
Octal23515627722520314234773
Binary1001110111011101011111110010101010011001100010011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,110,191); }

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

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

 a { background-color: rgb(157,110,191); }

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

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

 span { border-color: rgb(157,110,191); }

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