#8580AC

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

Shades of Deluge #8580AC

Tints of Deluge #8580AC

Color information

#8580AC (or 0x8580AC) is unknown color: approx Deluge. HEX triplet: 85, 80 and AC. RGB value is (133,128,172). Sum of RGB (Red+Green+Blue) = 133+128+172=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #8580AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8580AC is #7A7F53. Grayscale: #868686. Windows color (decimal): -8027988 or 11305093. OLE color: 11305093.

HSL color Cylindrical-coordinate representation of color #8580AC: hue angle of 246.82º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8580AC is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133128172-
CMYK0.230.2600.33
HSL246.82º20.95%58.82%-
HSV(B)246.82º25.58%67.45%-
XYZ24.8423.442.24-
YUV134.51149.16126.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.72%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=30.72%
G=29.56%
B=39.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331281720.230.2600.33246.8220.9558.82
Hex8580AC171A021f7153b
Octal20520025427320413672573
Binary100001011000000010101100101111101001000011111011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8580AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8580AC; }

 p { color: rgb(133,128,172); }

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

<style>
 a { background-color: #8580AC; }

 a { background-color: rgb(133,128,172); }

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

<style>
 span { border-color: #8580AC; }

 span { border-color: rgb(133,128,172); }

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