#956BC0

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

Shades of Lilac Bush #956BC0

Tints of Lilac Bush #956BC0

Color information

#956BC0 (or 0x956BC0) is unknown color: approx Lilac Bush. HEX triplet: 95, 6B and C0. RGB value is (149,107,192). Sum of RGB (Red+Green+Blue) = 149+107+192=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #956BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BC0 is #6A943F. Grayscale: #808080. Windows color (decimal): -6984768 or 12610453. OLE color: 12610453.

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

Color convert

RGB149107192-
CMYK0.220.4400.25
HSL269.65º40.28%58.63%-
HSV(B)269.65º44.27%75.29%-
XYZ27.1720.7152.43-
YUV129.25163.41142.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.26%
GREEN value IS 107 (42.19% from 255) = 23.88%
BLUE value IS 192 (75.39% from 255) = 42.86%
R=33.26%
G=23.88%
B=42.86%

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
Decimal1491071920.220.4400.25269.6540.2858.63
Hex956BC0162C01910e283b
Octal22515330026540314165073
Binary1001010111010111100000010110101100011001100001110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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