Shades of Deluge #8570A5
Tints of Deluge #8570A5
RGB
CMYK
RGB Variations
Color information
#8570A5 (or 0x8570A5) is known color: Deluge. HEX triplet: 85, 70 and A5. RGB value is (133,112,165). Sum of RGB (Red+Green+Blue) = 133+112+165=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 165 - color contains mainly: blue. Hex color #8570A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8570A5 is #7A8F5A. Grayscale: #7C7C7C. Windows color (decimal): -8032091 or 10842245. OLE color: 10842245.
HSL color Cylindrical-coordinate representation of color #8570A5: hue angle of 263.77º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8570A5 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 112 | 165 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.35 |
| HSL | 263.77º | 0.23% | 0.54% | - |
| HSV(B) | 263.77º | 0.32% | 0.65% | - |
| XYZ | 22.26 | 19.29 | 38.15 | - |
| YUV | 124.32 | 150.96 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 165 | 0.19 | 0.32 | 0 | 0.35 | 263.77 | 0.23 | 0.54 |
| Hex | 85 | 70 | A5 | 13 | 20 | 0 | 23 | 108 | 17 | 36 |
| Octal | 205 | 160 | 245 | 23 | 40 | 0 | 43 | 410 | 27 | 66 |
| Binary | 10000101 | 1110000 | 10100101 | 10011 | 100000 | 0 | 100011 | 100001000 | 10111 | 110110 |
Color Harmonies of #8570A5
Complementary color
Monochromatic Colors of #8570A5
Black with #8570A5
Text Example
Text Example
White with #8570A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8570A5; }
p { color: rgb(133,112,165); }
H1.HeaderClassName
{
color: #8570A5;
}
.AnyTagClassName
{
color: #8570A5;
}
</style>
background-color css
<style>
a { background-color: #8570A5; }
a { background-color: rgb(133,112,165); }
div.DivClassName
{
background-color: #8570A5;
}
.BgClassName
{
background-color: #8570A5;
}
</style>
border-color css
<style>
span { border-color: #8570A5; }
span { border-color: rgb(133,112,165); }
td.TdClassName
{
border-color: #8570A5;
}
.TagClassName
{
border-color: #8570A5;
}
</style>