#8573AB

Color #8573AB Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #8573AB

Tints of Deluge #8573AB

Color information

#8573AB (or 0x8573AB) is unknown color: approx Deluge. HEX triplet: 85, 73 and AB. RGB value is (133,115,171). Sum of RGB (Red+Green+Blue) = 133+115+171=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #8573AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8573AB is #7A8C54. Grayscale: #7E7E7E. Windows color (decimal): -8031317 or 11236229. OLE color: 11236229.

HSL color Cylindrical-coordinate representation of color #8573AB: hue angle of 259.29º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8573AB is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133115171-
CMYK0.220.3300.33
HSL259.29º25%56.08%-
HSV(B)259.29º32.75%67.06%-
XYZ23.1520.1941.2-
YUV126.77152.96132.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.74%
GREEN value IS 115 (45.31% from 255) = 27.45%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=31.74%
G=27.45%
B=40.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331151710.220.3300.33259.292556.08
Hex8573AB16210211031938
Octal20516325326410414033170
Binary1000010111100111010101110110100001010000110000001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8573AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8573AB; }

 p { color: rgb(133,115,171); }

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

<style>
 a { background-color: #8573AB; }

 a { background-color: rgb(133,115,171); }

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

<style>
 span { border-color: #8573AB; }

 span { border-color: rgb(133,115,171); }

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