#956ECA

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

Shades of Lilac Bush #956ECA

Tints of Lilac Bush #956ECA

Color information

#956ECA (or 0x956ECA) is unknown color: approx Lilac Bush. HEX triplet: 95, 6E and CA. RGB value is (149,110,202). Sum of RGB (Red+Green+Blue) = 149+110+202=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #956ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956ECA is #6A9135. Grayscale: #838383. Windows color (decimal): -6983990 or 13266581. OLE color: 13266581.

HSL color Cylindrical-coordinate representation of color #956ECA: hue angle of 265.43º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #956ECA is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149110202-
CMYK0.260.4600.21
HSL265.43º46.46%61.18%-
HSV(B)265.43º45.54%79.22%-
XYZ28.6321.8158.58-
YUV132.15167.42140.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.32%
GREEN value IS 110 (43.36% from 255) = 23.86%
BLUE value IS 202 (79.30% from 255) = 43.82%
R=32.32%
G=23.86%
B=43.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491102020.260.4600.21265.4346.4661.18
Hex956ECA1A2E0151092e3d
Octal22515631232560254115675
Binary1001010111011101100101011010101110010101100001001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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