#954DCB

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

Shades of Deep Lilac #954DCB

Tints of Deep Lilac #954DCB

Color information

#954DCB (or 0x954DCB) is unknown color: approx Deep Lilac. HEX triplet: 95, 4D and CB. RGB value is (149,77,203). Sum of RGB (Red+Green+Blue) = 149+77+203=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #954DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DCB is #6AB234. Grayscale: #707070. Windows color (decimal): -6992437 or 13323669. OLE color: 13323669.

HSL color Cylindrical-coordinate representation of color #954DCB: hue angle of 274.29º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #954DCB is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14977203-
CMYK0.270.6200.20
HSL274.29º54.78%54.9%-
HSV(B)274.29º62.07%79.61%-
XYZ25.8316.0158.23-
YUV112.89178.85153.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 77 (30.47% from 255) = 17.95%
BLUE value IS 203 (79.69% from 255) = 47.32%
R=34.73%
G=17.95%
B=47.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149772030.270.6200.20274.2954.7854.9
Hex954DCB1B3E0141123737
Octal22511531333760244226767
Binary1001010110011011100101111011111110010100100010010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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