#8549BA

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

Shades of Deep Lilac #8549BA

Tints of Deep Lilac #8549BA

Color information

#8549BA (or 0x8549BA) is unknown color: approx Deep Lilac. HEX triplet: 85, 49 and BA. RGB value is (133,73,186). Sum of RGB (Red+Green+Blue) = 133+73+186=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #8549BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8549BA is #7AB645. Grayscale: #676767. Windows color (decimal): -8042054 or 12208517. OLE color: 12208517.

HSL color Cylindrical-coordinate representation of color #8549BA: hue angle of 271.86º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8549BA is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13373186-
CMYK0.280.6100.27
HSL271.86º45.02%50.78%-
HSV(B)271.86º60.75%72.94%-
XYZ20.9213.347.92-
YUV103.82174.38148.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 73 (28.91% from 255) = 18.62%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=33.93%
G=18.62%
B=47.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133731860.280.6100.27271.8645.0250.78
Hex8549BA1C3D01B1102d33
Octal20511127234750334205563
Binary1000010110010011011101011100111101011011100010000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8549BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8549BA; }

 p { color: rgb(133,73,186); }

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

<style>
 a { background-color: #8549BA; }

 a { background-color: rgb(133,73,186); }

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

<style>
 span { border-color: #8549BA; }

 span { border-color: rgb(133,73,186); }

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