#954ECA

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

Shades of Deep Lilac #954ECA

Tints of Deep Lilac #954ECA

Color information

#954ECA (or 0x954ECA) is unknown color: approx Deep Lilac. HEX triplet: 95, 4E and CA. RGB value is (149,78,202). Sum of RGB (Red+Green+Blue) = 149+78+202=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #954ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954ECA is #6AB135. Grayscale: #707070. Windows color (decimal): -6992182 or 13258389. OLE color: 13258389.

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

Color convert

RGB14978202-
CMYK0.260.6100.21
HSL274.35º53.91%54.9%-
HSV(B)274.35º61.39%79.22%-
XYZ25.7816.157.63-
YUV113.36178.02153.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 78 (30.86% from 255) = 18.18%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=34.73%
G=18.18%
B=47.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal149782020.260.6100.21274.3553.9154.9
Hex954ECA1A3D0151123637
Octal22511631232750254226667
Binary1001010110011101100101011010111101010101100010010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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