#956ABE

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

Shades of Lilac Bush #956ABE

Tints of Lilac Bush #956ABE

Color information

#956ABE (or 0x956ABE) is unknown color: approx Lilac Bush. HEX triplet: 95, 6A and BE. RGB value is (149,106,190). Sum of RGB (Red+Green+Blue) = 149+106+190=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #956ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956ABE is #6A9541. Grayscale: #808080. Windows color (decimal): -6985026 or 12479125. OLE color: 12479125.

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

Color convert

RGB149106190-
CMYK0.220.4400.25
HSL270.71º39.25%58.04%-
HSV(B)270.71º44.21%74.51%-
XYZ26.8420.4251.24-
YUV128.43162.75142.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.48%
GREEN value IS 106 (41.80% from 255) = 23.82%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=33.48%
G=23.82%
B=42.70%

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
Decimal1491061900.220.4400.25270.7139.2558.04
Hex956ABE162C01910f273a
Octal22515227626540314174772
Binary1001010111010101011111010110101100011001100001111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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