#8562AA

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

Shades of Deluge #8562AA

Tints of Deluge #8562AA

Color information

#8562AA (or 0x8562AA) is unknown color: approx Deluge. HEX triplet: 85, 62 and AA. RGB value is (133,98,170). Sum of RGB (Red+Green+Blue) = 133+98+170=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #8562AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8562AA is #7A9D55. Grayscale: #747474. Windows color (decimal): -8035670 or 11166341. OLE color: 11166341.

HSL color Cylindrical-coordinate representation of color #8562AA: hue angle of 269.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8562AA is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13398170-
CMYK0.220.4200.33
HSL269.17º29.75%52.55%-
HSV(B)269.17º42.35%66.67%-
XYZ21.316.6240.12-
YUV116.67158.1139.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.17%
GREEN value IS 98 (38.67% from 255) = 24.44%
BLUE value IS 170 (66.80% from 255) = 42.39%
R=33.17%
G=24.44%
B=42.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133981700.220.4200.33269.1729.7552.55
Hex8562AA162A02110d1e35
Octal20514225226520414153665
Binary1000010111000101010101010110101010010000110000110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8562AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8562AA; }

 p { color: rgb(133,98,170); }

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

<style>
 a { background-color: #8562AA; }

 a { background-color: rgb(133,98,170); }

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

<style>
 span { border-color: #8562AA; }

 span { border-color: rgb(133,98,170); }

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