Shades of Deluge #8562AB
Tints of Deluge #8562AB
RGB
CMYK
RGB Variations
Color information
#8562AB (or 0x8562AB) is known color: Deluge. HEX triplet: 85, 62 and AB. RGB value is (133,98,171). Sum of RGB (Red+Green+Blue) = 133+98+171=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #8562AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8562AB is #7A9D54. Grayscale: #747474. Windows color (decimal): -8035669 or 11231877. OLE color: 11231877.
HSL color Cylindrical-coordinate representation of color #8562AB: hue angle of 268.77º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8562AB is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 98 | 171 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.33 |
| HSL | 268.77º | 0.3% | 0.53% | - |
| HSV(B) | 268.77º | 0.43% | 0.67% | - |
| XYZ | 21.39 | 16.66 | 40.62 | - |
| YUV | 116.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 171 | 0.22 | 0.43 | 0 | 0.33 | 268.77 | 0.3 | 0.53 |
| Hex | 85 | 62 | AB | 16 | 2B | 0 | 21 | 10D | 1E | 35 |
| Octal | 205 | 142 | 253 | 26 | 53 | 0 | 41 | 415 | 36 | 65 |
| Binary | 10000101 | 1100010 | 10101011 | 10110 | 101011 | 0 | 100001 | 100001101 | 11110 | 110101 |
Color Harmonies of #8562AB
Complementary color
Monochromatic Colors of #8562AB
Black with #8562AB
Text Example
Text Example
White with #8562AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8562AB; }
p { color: rgb(133,98,171); }
H1.HeaderClassName
{
color: #8562AB;
}
.AnyTagClassName
{
color: #8562AB;
}
</style>
background-color css
<style>
a { background-color: #8562AB; }
a { background-color: rgb(133,98,171); }
div.DivClassName
{
background-color: #8562AB;
}
.BgClassName
{
background-color: #8562AB;
}
</style>
border-color css
<style>
span { border-color: #8562AB; }
span { border-color: rgb(133,98,171); }
td.TdClassName
{
border-color: #8562AB;
}
.TagClassName
{
border-color: #8562AB;
}
</style>