Shades of Deluge #8576AB
Tints of Deluge #8576AB
RGB
CMYK
RGB Variations
Color information
#8576AB (or 0x8576AB) is known color: 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
| RGB | 133 | 118 | 171 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.33 |
| HSL | 256.98º | 0.24% | 0.57% | - |
| HSV(B) | 256.98º | 0.31% | 0.67% | - |
| XYZ | 23.5 | 20.88 | 41.32 | - |
| YUV | 128.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 118 | 171 | 0.22 | 0.31 | 0 | 0.33 | 256.98 | 0.24 | 0.57 |
| Hex | 85 | 76 | AB | 16 | 1F | 0 | 21 | 101 | 18 | 39 |
| Octal | 205 | 166 | 253 | 26 | 37 | 0 | 41 | 401 | 30 | 71 |
| Binary | 10000101 | 1110110 | 10101011 | 10110 | 11111 | 0 | 100001 | 100000001 | 11000 | 111001 |
Color Harmonies of #8576AB
Complementary color
Monochromatic Colors of #8576AB
Black with #8576AB
Text Example
Text Example
White with #8576AB
Text Example
Text Example
HTML Codes & Css Web 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>