#8576AB

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

Shades of Deluge #8576AB

Tints of Deluge #8576AB

Color information

#8576AB (or 0x8576AB) is unknown color: approx Deluge. HEX triplet: 85, 76 and AB. RGB value is (133,118,171). Sum of RGB (Red+Green+Blue) = 133+118+171=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #8576AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8576AB is #7A8954. Grayscale: #808080. Windows color (decimal): -8030549 or 11236997. OLE color: 11236997.

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

Color convert

RGB133118171-
CMYK0.220.3100.33
HSL256.98º23.98%56.67%-
HSV(B)256.98º30.99%67.06%-
XYZ23.520.8841.32-
YUV128.53151.97131.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.52%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=31.52%
G=27.96%
B=40.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331181710.220.3100.33256.9823.9856.67
Hex8576AB161F0211011839
Octal20516625326370414013071
Binary100001011110110101010111011011111010000110000000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8576AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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