#8545BD

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

Shades of Deep Lilac #8545BD

Tints of Deep Lilac #8545BD

Color information

#8545BD (or 0x8545BD) is unknown color: approx Deep Lilac. HEX triplet: 85, 45 and BD. RGB value is (133,69,189). Sum of RGB (Red+Green+Blue) = 133+69+189=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #8545BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8545BD is #7ABA42. Grayscale: #656565. Windows color (decimal): -8043075 or 12404101. OLE color: 12404101.

HSL color Cylindrical-coordinate representation of color #8545BD: hue angle of 272º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8545BD is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13369189-
CMYK0.300.6300.26
HSL272º47.62%50.59%-
HSV(B)272º63.49%74.12%-
XYZ20.9912.9249.53-
YUV101.82177.2150.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.02%
GREEN value IS 69 (27.34% from 255) = 17.65%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=34.02%
G=17.65%
B=48.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133691890.300.6300.2627247.6250.59
Hex8545BD1E3F01A1103033
Octal20510527536770324206063
Binary1000010110001011011110111110111111011010100010000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8545BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8545BD; }

 p { color: rgb(133,69,189); }

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

<style>
 a { background-color: #8545BD; }

 a { background-color: rgb(133,69,189); }

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

<style>
 span { border-color: #8545BD; }

 span { border-color: rgb(133,69,189); }

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