#8554AE

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

Shades of Deep Lilac #8554AE

Tints of Deep Lilac #8554AE

Color information

#8554AE (or 0x8554AE) is unknown color: approx Deep Lilac. HEX triplet: 85, 54 and AE. RGB value is (133,84,174). Sum of RGB (Red+Green+Blue) = 133+84+174=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #8554AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8554AE is #7AAB51. Grayscale: #6C6C6C. Windows color (decimal): -8039250 or 11424901. OLE color: 11424901.

HSL color Cylindrical-coordinate representation of color #8554AE: hue angle of 272.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8554AE is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13384174-
CMYK0.240.5200.32
HSL272.67º35.71%50.59%-
HSV(B)272.67º51.72%68.24%-
XYZ20.4814.3841.74-
YUV108.91164.73145.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.02%
GREEN value IS 84 (33.20% from 255) = 21.48%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=34.02%
G=21.48%
B=44.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133841740.240.5200.32272.6735.7150.59
Hex8554AE18340201112433
Octal20512425630640404214463
Binary10000101101010010101110110001101000100000100010001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8554AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8554AE; }

 p { color: rgb(133,84,174); }

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

<style>
 a { background-color: #8554AE; }

 a { background-color: rgb(133,84,174); }

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

<style>
 span { border-color: #8554AE; }

 span { border-color: rgb(133,84,174); }

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