#956EBE

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

Shades of Lilac Bush #956EBE

Tints of Lilac Bush #956EBE

Color information

#956EBE (or 0x956EBE) is unknown color: approx Lilac Bush. HEX triplet: 95, 6E and BE. RGB value is (149,110,190). Sum of RGB (Red+Green+Blue) = 149+110+190=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #956EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956EBE is #6A9141. Grayscale: #828282. Windows color (decimal): -6984002 or 12480149. OLE color: 12480149.

HSL color Cylindrical-coordinate representation of color #956EBE: hue angle of 269.25º degrees, saturation: 0.38, 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 #956EBE is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149110190-
CMYK0.220.4200.25
HSL269.25º38.1%58.82%-
HSV(B)269.25º42.11%74.51%-
XYZ27.2621.2651.38-
YUV130.78161.42141-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 110 (43.36% from 255) = 24.50%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=33.18%
G=24.50%
B=42.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491101900.220.4200.25269.2538.158.82
Hex956EBE162A01910d263b
Octal22515627626520314154673
Binary1001010111011101011111010110101010011001100001101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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