#9542BE

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

Shades of Deep Lilac #9542BE

Tints of Deep Lilac #9542BE

Color information

#9542BE (or 0x9542BE) is unknown color: approx Deep Lilac. HEX triplet: 95, 42 and BE. RGB value is (149,66,190). Sum of RGB (Red+Green+Blue) = 149+66+190=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #9542BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9542BE is #6ABD41. Grayscale: #686868. Windows color (decimal): -6995266 or 12468885. OLE color: 12468885.

HSL color Cylindrical-coordinate representation of color #9542BE: hue angle of 280.16º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9542BE is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14966190-
CMYK0.220.6500.25
HSL280.16º48.82%50.2%-
HSV(B)280.16º65.26%74.51%-
XYZ23.641450.17-
YUV104.95176159.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.79%
GREEN value IS 66 (26.17% from 255) = 16.30%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=36.79%
G=16.30%
B=46.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149661900.220.6500.25280.1648.8250.2
Hex9542BE16410191183132
Octal225102276261010314306162
Binary10010101100001010111110101101000001011001100011000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9542BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9542BE; }

 p { color: rgb(149,66,190); }

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

<style>
 a { background-color: #9542BE; }

 a { background-color: rgb(149,66,190); }

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

<style>
 span { border-color: #9542BE; }

 span { border-color: rgb(149,66,190); }

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