#9542BC

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

Shades of Deep Lilac #9542BC

Tints of Deep Lilac #9542BC

Color information

#9542BC (or 0x9542BC) is unknown color: approx Deep Lilac. HEX triplet: 95, 42 and BC. RGB value is (149,66,188). Sum of RGB (Red+Green+Blue) = 149+66+188=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #9542BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9542BC is #6ABD43. Grayscale: #686868. Windows color (decimal): -6995268 or 12337813. OLE color: 12337813.

HSL color Cylindrical-coordinate representation of color #9542BC: hue angle of 280.82º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9542BC is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14966188-
CMYK0.210.6500.26
HSL280.82º48.03%49.8%-
HSV(B)280.82º64.89%73.73%-
XYZ23.4213.9249.03-
YUV104.72175159.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 66 (26.17% from 255) = 16.38%
BLUE value IS 188 (73.83% from 255) = 46.65%
R=36.97%
G=16.38%
B=46.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149661880.210.6500.26280.8248.0349.8
Hex9542BC154101A1193032
Octal225102274251010324316062
Binary10010101100001010111100101011000001011010100011001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9542BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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