#956DC4

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

Shades of Lilac Bush #956DC4

Tints of Lilac Bush #956DC4

Color information

#956DC4 (or 0x956DC4) is unknown color: approx Lilac Bush. HEX triplet: 95, 6D and C4. RGB value is (149,109,196). Sum of RGB (Red+Green+Blue) = 149+109+196=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 196 - color contains mainly: blue. Hex color #956DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956DC4 is #6A923B. Grayscale: #828282. Windows color (decimal): -6984252 or 12873109. OLE color: 12873109.

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

Color convert

RGB149109196-
CMYK0.240.4400.23
HSL267.59º42.44%59.8%-
HSV(B)267.59º44.39%76.86%-
XYZ27.8321.3154.87-
YUV130.88164.75140.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.82%
GREEN value IS 109 (42.97% from 255) = 24.01%
BLUE value IS 196 (76.95% from 255) = 43.17%
R=32.82%
G=24.01%
B=43.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491091960.240.4400.23267.5942.4459.8
Hex956DC4182C01710c2a3c
Octal22515530430540274145274
Binary1001010111011011100010011000101100010111100001100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,109,196); }

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

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

 a { background-color: rgb(149,109,196); }

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

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

 span { border-color: rgb(149,109,196); }

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