#954DAB

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

Shades of Deep Lilac #954DAB

Tints of Deep Lilac #954DAB

Color information

#954DAB (or 0x954DAB) is unknown color: approx Deep Lilac. HEX triplet: 95, 4D and AB. RGB value is (149,77,171). Sum of RGB (Red+Green+Blue) = 149+77+171=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #954DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954DAB is #6AB254. Grayscale: #6C6C6C. Windows color (decimal): -6992469 or 11226517. OLE color: 11226517.

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

Color convert

RGB14977171-
CMYK0.130.5500.33
HSL285.96º37.9%48.63%-
HSV(B)285.96º54.97%67.06%-
XYZ22.414.6440.17-
YUV109.24162.85156.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 77 (30.47% from 255) = 19.40%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=37.53%
G=19.40%
B=43.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149771710.130.5500.33285.9637.948.63
Hex954DABD3702111e2631
Octal22511525315670414364661
Binary1001010110011011010101111011101110100001100011110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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