Shades of Deluge #8576AC
Tints of Deluge #8576AC
RGB
CMYK
RGB Variations
Color information
#8576AC (or 0x8576AC) is known color: Deluge. HEX triplet: 85, 76 and AC. RGB value is (133,118,172). Sum of RGB (Red+Green+Blue) = 133+118+172=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #8576AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8576AC is #7A8953. Grayscale: #808080. Windows color (decimal): -8030548 or 11302533. OLE color: 11302533.
HSL color Cylindrical-coordinate representation of color #8576AC: hue angle of 256.67º degrees, saturation: 0.25, 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 #8576AC is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 118 | 172 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.33 |
| HSL | 256.67º | 0.25% | 0.57% | - |
| HSV(B) | 256.67º | 0.31% | 0.67% | - |
| XYZ | 23.6 | 20.92 | 41.82 | - |
| YUV | 128.64 | 152.47 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 118 | 172 | 0.23 | 0.31 | 0 | 0.33 | 256.67 | 0.25 | 0.57 |
| Hex | 85 | 76 | AC | 17 | 1F | 0 | 21 | 101 | 19 | 39 |
| Octal | 205 | 166 | 254 | 27 | 37 | 0 | 41 | 401 | 31 | 71 |
| Binary | 10000101 | 1110110 | 10101100 | 10111 | 11111 | 0 | 100001 | 100000001 | 11001 | 111001 |
Color Harmonies of #8576AC
Complementary color
Monochromatic Colors of #8576AC
Black with #8576AC
Text Example
Text Example
White with #8576AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8576AC; }
p { color: rgb(133,118,172); }
H1.HeaderClassName
{
color: #8576AC;
}
.AnyTagClassName
{
color: #8576AC;
}
</style>
background-color css
<style>
a { background-color: #8576AC; }
a { background-color: rgb(133,118,172); }
div.DivClassName
{
background-color: #8576AC;
}
.BgClassName
{
background-color: #8576AC;
}
</style>
border-color css
<style>
span { border-color: #8576AC; }
span { border-color: rgb(133,118,172); }
td.TdClassName
{
border-color: #8576AC;
}
.TagClassName
{
border-color: #8576AC;
}
</style>