#956ECE

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

Shades of Lilac Bush #956ECE

Tints of Lilac Bush #956ECE

Color information

#956ECE (or 0x956ECE) is unknown color: approx Lilac Bush. HEX triplet: 95, 6E and CE. RGB value is (149,110,206). Sum of RGB (Red+Green+Blue) = 149+110+206=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #956ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956ECE is #6A9131. Grayscale: #848484. Windows color (decimal): -6983986 or 13528725. OLE color: 13528725.

HSL color Cylindrical-coordinate representation of color #956ECE: hue angle of 264.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #956ECE is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149110206-
CMYK0.280.4700.19
HSL264.38º49.48%61.96%-
HSV(B)264.38º46.6%80.78%-
XYZ29.112261.1-
YUV132.6169.42139.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.04%
GREEN value IS 110 (43.36% from 255) = 23.66%
BLUE value IS 206 (80.86% from 255) = 44.30%
R=32.04%
G=23.66%
B=44.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491102060.280.4700.19264.3849.4861.96
Hex956ECE1C2F013108313e
Octal22515631634570234106176
Binary1001010111011101100111011100101111010011100001000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956ECE; }

 p { color: rgb(149,110,206); }

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

<style>
 a { background-color: #956ECE; }

 a { background-color: rgb(149,110,206); }

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

<style>
 span { border-color: #956ECE; }

 span { border-color: rgb(149,110,206); }

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