#8542B9

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

Shades of Deep Lilac #8542B9

Tints of Deep Lilac #8542B9

Color information

#8542B9 (or 0x8542B9) is unknown color: approx Deep Lilac. HEX triplet: 85, 42 and B9. RGB value is (133,66,185). Sum of RGB (Red+Green+Blue) = 133+66+185=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 185 (72.66% from 255 or 48.18% from 384); Max value from RGB is 185 - color contains mainly: blue. Hex color #8542B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8542B9 is #7ABD46. Grayscale: #636363. Windows color (decimal): -8043847 or 12141189. OLE color: 12141189.

HSL color Cylindrical-coordinate representation of color #8542B9: hue angle of 273.78º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8542B9 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13366185-
CMYK0.280.6400.27
HSL273.78º47.41%49.22%-
HSV(B)273.78º64.32%72.55%-
XYZ20.3812.3947.22-
YUV99.6176.2151.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.64%
GREEN value IS 66 (26.17% from 255) = 17.19%
BLUE value IS 185 (72.66% from 255) = 48.18%
R=34.64%
G=17.19%
B=48.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133661850.280.6400.27273.7847.4149.22
Hex8542B91C4001B1122f31
Octal205102271341000334225761
Binary10000101100001010111001111001000000011011100010010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8542B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8542B9; }

 p { color: rgb(133,66,185); }

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

<style>
 a { background-color: #8542B9; }

 a { background-color: rgb(133,66,185); }

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

<style>
 span { border-color: #8542B9; }

 span { border-color: rgb(133,66,185); }

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