#954EBA

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

Shades of Deep Lilac #954EBA

Tints of Deep Lilac #954EBA

Color information

#954EBA (or 0x954EBA) is unknown color: approx Deep Lilac. HEX triplet: 95, 4E and BA. RGB value is (149,78,186). Sum of RGB (Red+Green+Blue) = 149+78+186=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #954EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954EBA is #6AB145. Grayscale: #6F6F6F. Windows color (decimal): -6992198 or 12209813. OLE color: 12209813.

HSL color Cylindrical-coordinate representation of color #954EBA: hue angle of 279.44º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #954EBA is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14978186-
CMYK0.200.5800.27
HSL279.44º43.9%51.76%-
HSV(B)279.44º58.06%72.94%-
XYZ23.9815.3848.16-
YUV111.54170.02154.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.08%
GREEN value IS 78 (30.86% from 255) = 18.89%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=36.08%
G=18.89%
B=45.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149781860.200.5800.27279.4443.951.76
Hex954EBA143A01B1172c34
Octal22511627224720334275464
Binary1001010110011101011101010100111010011011100010111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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