Shades of Deluge #8560AF
Tints of Deluge #8560AF
RGB
CMYK
RGB Variations
Color information
#8560AF (or 0x8560AF) is known color: Deluge. HEX triplet: 85, 60 and AF. RGB value is (133,96,175). Sum of RGB (Red+Green+Blue) = 133+96+175=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #8560AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8560AF is #7A9F50. Grayscale: #737373. Windows color (decimal): -8036177 or 11493509. OLE color: 11493509.
HSL color Cylindrical-coordinate representation of color #8560AF: hue angle of 268.1º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8560AF is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 96 | 175 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.31 |
| HSL | 268.1º | 0.33% | 0.53% | - |
| HSV(B) | 268.1º | 0.45% | 0.69% | - |
| XYZ | 21.59 | 16.45 | 42.59 | - |
| YUV | 116.07 | 161.26 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 175 | 0.24 | 0.45 | 0 | 0.31 | 268.1 | 0.33 | 0.53 |
| Hex | 85 | 60 | AF | 18 | 2D | 0 | 1F | 10C | 21 | 35 |
| Octal | 205 | 140 | 257 | 30 | 55 | 0 | 37 | 414 | 41 | 65 |
| Binary | 10000101 | 1100000 | 10101111 | 11000 | 101101 | 0 | 11111 | 100001100 | 100001 | 110101 |
Color Harmonies of #8560AF
Complementary color
Monochromatic Colors of #8560AF
Black with #8560AF
Text Example
Text Example
White with #8560AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8560AF; }
p { color: rgb(133,96,175); }
H1.HeaderClassName
{
color: #8560AF;
}
.AnyTagClassName
{
color: #8560AF;
}
</style>
background-color css
<style>
a { background-color: #8560AF; }
a { background-color: rgb(133,96,175); }
div.DivClassName
{
background-color: #8560AF;
}
.BgClassName
{
background-color: #8560AF;
}
</style>
border-color css
<style>
span { border-color: #8560AF; }
span { border-color: rgb(133,96,175); }
td.TdClassName
{
border-color: #8560AF;
}
.TagClassName
{
border-color: #8560AF;
}
</style>