#956BBF

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

Shades of Lilac Bush #956BBF

Tints of Lilac Bush #956BBF

Color information

#956BBF (or 0x956BBF) is unknown color: approx Lilac Bush. HEX triplet: 95, 6B and BF. RGB value is (149,107,191). Sum of RGB (Red+Green+Blue) = 149+107+191=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #956BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BBF is #6A9440. Grayscale: #808080. Windows color (decimal): -6984769 or 12544917. OLE color: 12544917.

HSL color Cylindrical-coordinate representation of color #956BBF: hue angle of 270º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #956BBF is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149107191-
CMYK0.220.4400.25
HSL270º39.62%58.43%-
HSV(B)270º43.98%74.9%-
XYZ27.0620.6751.85-
YUV129.13162.91142.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.33%
GREEN value IS 107 (42.19% from 255) = 23.94%
BLUE value IS 191 (75% from 255) = 42.73%
R=33.33%
G=23.94%
B=42.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491071910.220.4400.2527039.6258.43
Hex956BBF162C01910e283a
Octal22515327726540314165072
Binary1001010111010111011111110110101100011001100001110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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