#8553AF

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

Shades of Deep Lilac #8553AF

Tints of Deep Lilac #8553AF

Color information

#8553AF (or 0x8553AF) is unknown color: approx Deep Lilac. HEX triplet: 85, 53 and AF. RGB value is (133,83,175). Sum of RGB (Red+Green+Blue) = 133+83+175=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #8553AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8553AF is #7AAC50. Grayscale: #6C6C6C. Windows color (decimal): -8039505 or 11490181. OLE color: 11490181.

HSL color Cylindrical-coordinate representation of color #8553AF: hue angle of 272.61º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8553AF is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13383175-
CMYK0.240.5300.31
HSL272.61º36.51%50.59%-
HSV(B)272.61º52.57%68.63%-
XYZ20.514.2742.23-
YUV108.44165.56145.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.02%
GREEN value IS 83 (32.81% from 255) = 21.23%
BLUE value IS 175 (68.75% from 255) = 44.76%
R=34.02%
G=21.23%
B=44.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133831750.240.5300.31272.6136.5150.59
Hex8553AF183501F1112533
Octal20512325730650374214563
Binary1000010110100111010111111000110101011111100010001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8553AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8553AF; }

 p { color: rgb(133,83,175); }

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

<style>
 a { background-color: #8553AF; }

 a { background-color: rgb(133,83,175); }

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

<style>
 span { border-color: #8553AF; }

 span { border-color: rgb(133,83,175); }

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