#956CC5

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

Shades of Lilac Bush #956CC5

Tints of Lilac Bush #956CC5

Color information

#956CC5 (or 0x956CC5) is unknown color: approx Lilac Bush. HEX triplet: 95, 6C and C5. RGB value is (149,108,197). Sum of RGB (Red+Green+Blue) = 149+108+197=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 197 - color contains mainly: blue. Hex color #956CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CC5 is #6A933A. Grayscale: #828282. Windows color (decimal): -6984507 or 12938389. OLE color: 12938389.

HSL color Cylindrical-coordinate representation of color #956CC5: hue angle of 267.64º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #956CC5 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB149108197-
CMYK0.240.4500.23
HSL267.64º43.41%59.8%-
HSV(B)267.64º45.18%77.25%-
XYZ27.8421.1555.44-
YUV130.4165.58141.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.82%
GREEN value IS 108 (42.58% from 255) = 23.79%
BLUE value IS 197 (77.34% from 255) = 43.39%
R=32.82%
G=23.79%
B=43.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491081970.240.4500.23267.6443.4159.8
Hex956CC5182D01710c2b3c
Octal22515430530550274145374
Binary1001010111011001100010111000101101010111100001100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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