#956ABC

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

Shades of Lilac Bush #956ABC

Tints of Lilac Bush #956ABC

Color information

#956ABC (or 0x956ABC) is unknown color: approx Lilac Bush. HEX triplet: 95, 6A and BC. RGB value is (149,106,188). Sum of RGB (Red+Green+Blue) = 149+106+188=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #956ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956ABC is #6A9543. Grayscale: #7F7F7F. Windows color (decimal): -6985028 or 12348053. OLE color: 12348053.

HSL color Cylindrical-coordinate representation of color #956ABC: hue angle of 271.46º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #956ABC is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149106188-
CMYK0.210.4400.26
HSL271.46º37.96%57.65%-
HSV(B)271.46º43.62%73.73%-
XYZ26.6320.3350.1-
YUV128.2161.75142.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.63%
GREEN value IS 106 (41.80% from 255) = 23.93%
BLUE value IS 188 (73.83% from 255) = 42.44%
R=33.63%
G=23.93%
B=42.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491061880.210.4400.26271.4637.9657.65
Hex956ABC152C01A10f263a
Octal22515227425540324174672
Binary1001010111010101011110010101101100011010100001111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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