#956CC0

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

Shades of Lilac Bush #956CC0

Tints of Lilac Bush #956CC0

Color information

#956CC0 (or 0x956CC0) is unknown color: approx Lilac Bush. HEX triplet: 95, 6C and C0. RGB value is (149,108,192). Sum of RGB (Red+Green+Blue) = 149+108+192=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #956CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CC0 is #6A933F. Grayscale: #818181. Windows color (decimal): -6984512 or 12610709. OLE color: 12610709.

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

Color convert

RGB149108192-
CMYK0.220.4400.25
HSL269.29º40%58.82%-
HSV(B)269.29º43.75%75.29%-
XYZ27.2720.9252.47-
YUV129.83163.08141.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 108 (42.58% from 255) = 24.05%
BLUE value IS 192 (75.39% from 255) = 42.76%
R=33.18%
G=24.05%
B=42.76%

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
Decimal1491081920.220.4400.25269.294058.82
Hex956CC0162C01910d283b
Octal22515430026540314155073
Binary1001010111011001100000010110101100011001100001101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,108,192); }

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

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

 a { background-color: rgb(149,108,192); }

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

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

 span { border-color: rgb(149,108,192); }

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