#954EB6

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

Shades of Deep Lilac #954EB6

Tints of Deep Lilac #954EB6

Color information

#954EB6 (or 0x954EB6) is unknown color: approx Deep Lilac. HEX triplet: 95, 4E and B6. RGB value is (149,78,182). Sum of RGB (Red+Green+Blue) = 149+78+182=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 182 - color contains mainly: blue. Hex color #954EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954EB6 is #6AB149. Grayscale: #6E6E6E. Windows color (decimal): -6992202 or 11947669. OLE color: 11947669.

HSL color Cylindrical-coordinate representation of color #954EB6: hue angle of 280.96º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #954EB6 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14978182-
CMYK0.180.5700.29
HSL280.96º41.6%50.98%-
HSV(B)280.96º57.14%71.37%-
XYZ23.5615.2245.95-
YUV111.08168.02155.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.43%
GREEN value IS 78 (30.86% from 255) = 19.07%
BLUE value IS 182 (71.48% from 255) = 44.50%
R=36.43%
G=19.07%
B=44.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149781820.180.5700.29280.9641.650.98
Hex954EB6123901D1192a33
Octal22511626622710354315263
Binary1001010110011101011011010010111001011101100011001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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