#954EAB

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

Shades of Deep Lilac #954EAB

Tints of Deep Lilac #954EAB

Color information

#954EAB (or 0x954EAB) is unknown color: approx Deep Lilac. HEX triplet: 95, 4E and AB. RGB value is (149,78,171). Sum of RGB (Red+Green+Blue) = 149+78+171=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #954EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954EAB is #6AB154. Grayscale: #6D6D6D. Windows color (decimal): -6992213 or 11226773. OLE color: 11226773.

HSL color Cylindrical-coordinate representation of color #954EAB: hue angle of 285.81º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954EAB is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14978171-
CMYK0.130.5400.33
HSL285.81º37.35%48.82%-
HSV(B)285.81º54.39%67.06%-
XYZ22.4714.7840.2-
YUV109.83162.52155.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.44%
GREEN value IS 78 (30.86% from 255) = 19.60%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=37.44%
G=19.60%
B=42.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149781710.130.5400.33285.8137.3548.82
Hex954EABD3602111e2531
Octal22511625315660414364561
Binary1001010110011101010101111011101100100001100011110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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