#956EC1

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

Shades of Lilac Bush #956EC1

Tints of Lilac Bush #956EC1

Color information

#956EC1 (or 0x956EC1) is unknown color: approx Lilac Bush. HEX triplet: 95, 6E and C1. RGB value is (149,110,193). Sum of RGB (Red+Green+Blue) = 149+110+193=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #956EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956EC1 is #6A913E. Grayscale: #828282. Windows color (decimal): -6983999 or 12676757. OLE color: 12676757.

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

Color convert

RGB149110193-
CMYK0.230.4300.24
HSL268.19º40.1%59.41%-
HSV(B)268.19º43.01%75.69%-
XYZ27.621.3953.13-
YUV131.12162.92140.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.96%
GREEN value IS 110 (43.36% from 255) = 24.34%
BLUE value IS 193 (75.78% from 255) = 42.70%
R=32.96%
G=24.34%
B=42.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491101930.230.4300.24268.1940.159.41
Hex956EC1172B01810c283b
Octal22515630127530304145073
Binary1001010111011101100000110111101011011000100001100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,110,193); }

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

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

 a { background-color: rgb(149,110,193); }

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

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

 span { border-color: rgb(149,110,193); }

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