#8576AD

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

Shades of Deluge #8576AD

Tints of Deluge #8576AD

Color information

#8576AD (or 0x8576AD) is unknown color: approx Deluge. HEX triplet: 85, 76 and AD. RGB value is (133,118,173). Sum of RGB (Red+Green+Blue) = 133+118+173=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #8576AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8576AD is #7A8952. Grayscale: #808080. Windows color (decimal): -8030547 or 11368069. OLE color: 11368069.

HSL color Cylindrical-coordinate representation of color #8576AD: hue angle of 256.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8576AD is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133118173-
CMYK0.230.3200.32
HSL256.36º25.11%57.06%-
HSV(B)256.36º31.79%67.84%-
XYZ23.6920.9642.33-
YUV128.76152.97131.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.37%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 173 (67.97% from 255) = 40.80%
R=31.37%
G=27.83%
B=40.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331181730.230.3200.32256.3625.1157.06
Hex8576AD17200201001939
Octal20516625527400404003171
Binary1000010111101101010110110111100000010000010000000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8576AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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