#954ECD

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

Shades of Deep Lilac #954ECD

Tints of Deep Lilac #954ECD

Color information

#954ECD (or 0x954ECD) is unknown color: approx Deep Lilac. HEX triplet: 95, 4E and CD. RGB value is (149,78,205). Sum of RGB (Red+Green+Blue) = 149+78+205=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #954ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954ECD is #6AB132. Grayscale: #717171. Windows color (decimal): -6992179 or 13454997. OLE color: 13454997.

HSL color Cylindrical-coordinate representation of color #954ECD: hue angle of 273.54º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #954ECD is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14978205-
CMYK0.270.6200.20
HSL273.54º55.95%55.49%-
HSV(B)273.54º61.95%80.39%-
XYZ26.1416.2559.52-
YUV113.71179.52153.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.49%
GREEN value IS 78 (30.86% from 255) = 18.06%
BLUE value IS 205 (80.47% from 255) = 47.45%
R=34.49%
G=18.06%
B=47.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149782050.270.6200.20273.5455.9555.49
Hex954ECD1B3E0141123837
Octal22511631533760244227067
Binary1001010110011101100110111011111110010100100010010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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