#956BC6

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

Shades of Lilac Bush #956BC6

Tints of Lilac Bush #956BC6

Color information

#956BC6 (or 0x956BC6) is unknown color: approx Lilac Bush. HEX triplet: 95, 6B and C6. RGB value is (149,107,198). Sum of RGB (Red+Green+Blue) = 149+107+198=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #956BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BC6 is #6A9439. Grayscale: #818181. Windows color (decimal): -6984762 or 13003669. OLE color: 13003669.

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

Color convert

RGB149107198-
CMYK0.250.4600.22
HSL267.69º44.39%59.8%-
HSV(B)267.69º45.96%77.65%-
XYZ27.8520.9856.01-
YUV129.93166.41141.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.82%
GREEN value IS 107 (42.19% from 255) = 23.57%
BLUE value IS 198 (77.73% from 255) = 43.61%
R=32.82%
G=23.57%
B=43.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491071980.250.4600.22267.6944.3959.8
Hex956BC6192E01610c2c3c
Octal22515330631560264145474
Binary1001010111010111100011011001101110010110100001100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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