Shades of Deluge #8570A1
Tints of Deluge #8570A1
RGB
CMYK
RGB Variations
Color information
#8570A1 (or 0x8570A1) is known color: Deluge. HEX triplet: 85, 70 and A1. RGB value is (133,112,161). Sum of RGB (Red+Green+Blue) = 133+112+161=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 161 - color contains mainly: blue. Hex color #8570A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8570A1 is #7A8F5E. Grayscale: #7B7B7B. Windows color (decimal): -8032095 or 10580101. OLE color: 10580101.
HSL color Cylindrical-coordinate representation of color #8570A1: hue angle of 265.71º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8570A1 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 112 | 161 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.37 |
| HSL | 265.71º | 0.21% | 0.54% | - |
| HSV(B) | 265.71º | 0.3% | 0.63% | - |
| XYZ | 21.9 | 19.15 | 36.26 | - |
| YUV | 123.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 161 | 0.17 | 0.30 | 0 | 0.37 | 265.71 | 0.21 | 0.54 |
| Hex | 85 | 70 | A1 | 11 | 1E | 0 | 25 | 10A | 15 | 36 |
| Octal | 205 | 160 | 241 | 21 | 36 | 0 | 45 | 412 | 25 | 66 |
| Binary | 10000101 | 1110000 | 10100001 | 10001 | 11110 | 0 | 100101 | 100001010 | 10101 | 110110 |
Color Harmonies of #8570A1
Complementary color
Monochromatic Colors of #8570A1
Black with #8570A1
Text Example
Text Example
White with #8570A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8570A1; }
p { color: rgb(133,112,161); }
H1.HeaderClassName
{
color: #8570A1;
}
.AnyTagClassName
{
color: #8570A1;
}
</style>
background-color css
<style>
a { background-color: #8570A1; }
a { background-color: rgb(133,112,161); }
div.DivClassName
{
background-color: #8570A1;
}
.BgClassName
{
background-color: #8570A1;
}
</style>
border-color css
<style>
span { border-color: #8570A1; }
span { border-color: rgb(133,112,161); }
td.TdClassName
{
border-color: #8570A1;
}
.TagClassName
{
border-color: #8570A1;
}
</style>