#956EBF

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

Shades of Lilac Bush #956EBF

Tints of Lilac Bush #956EBF

Color information

#956EBF (or 0x956EBF) is unknown color: approx Lilac Bush. HEX triplet: 95, 6E and BF. RGB value is (149,110,191). Sum of RGB (Red+Green+Blue) = 149+110+191=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #956EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956EBF is #6A9140. Grayscale: #828282. Windows color (decimal): -6984001 or 12545685. OLE color: 12545685.

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

Color convert

RGB149110191-
CMYK0.220.4200.25
HSL268.89º38.76%59.02%-
HSV(B)268.89º42.41%74.9%-
XYZ27.3721.351.96-
YUV130.89161.92140.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.11%
GREEN value IS 110 (43.36% from 255) = 24.44%
BLUE value IS 191 (75% from 255) = 42.44%
R=33.11%
G=24.44%
B=42.44%

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
Decimal1491101910.220.4200.25268.8938.7659.02
Hex956EBF162A01910d273b
Octal22515627726520314154773
Binary1001010111011101011111110110101010011001100001101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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