#954DD1

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

Shades of Deep Lilac #954DD1

Tints of Deep Lilac #954DD1

Color information

#954DD1 (or 0x954DD1) is unknown color: approx Deep Lilac. HEX triplet: 95, 4D and D1. RGB value is (149,77,209). Sum of RGB (Red+Green+Blue) = 149+77+209=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 209 (82.03% from 255 or 48.05% from 435); Max value from RGB is 209 - color contains mainly: blue. Hex color #954DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DD1 is #6AB22E. Grayscale: #717171. Windows color (decimal): -6992431 or 13716885. OLE color: 13716885.

HSL color Cylindrical-coordinate representation of color #954DD1: hue angle of 272.73º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #954DD1 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14977209-
CMYK0.290.6300.18
HSL272.73º58.93%56.08%-
HSV(B)272.73º63.16%81.96%-
XYZ26.5616.362.07-
YUV113.58181.85153.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.25%
GREEN value IS 77 (30.47% from 255) = 17.70%
BLUE value IS 209 (82.03% from 255) = 48.05%
R=34.25%
G=17.70%
B=48.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal149772090.290.6300.18272.7358.9356.08
Hex954DD11D3F0121113b38
Octal22511532135770224217370
Binary1001010110011011101000111101111111010010100010001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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