Shades of Deluge #8564AB
Tints of Deluge #8564AB
RGB
CMYK
RGB Variations
Color information
#8564AB (or 0x8564AB) is known color: Deluge. HEX triplet: 85, 64 and AB. RGB value is (133,100,171). Sum of RGB (Red+Green+Blue) = 133+100+171=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #8564AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8564AB is #7A9B54. Grayscale: #757575. Windows color (decimal): -8035157 or 11232389. OLE color: 11232389.
HSL color Cylindrical-coordinate representation of color #8564AB: hue angle of 267.89º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8564AB is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 100 | 171 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.33 |
| HSL | 267.89º | 0.3% | 0.53% | - |
| HSV(B) | 267.89º | 0.42% | 0.67% | - |
| XYZ | 21.58 | 17.04 | 40.68 | - |
| YUV | 117.96 | 157.93 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 100 | 171 | 0.22 | 0.42 | 0 | 0.33 | 267.89 | 0.3 | 0.53 |
| Hex | 85 | 64 | AB | 16 | 2A | 0 | 21 | 10C | 1E | 35 |
| Octal | 205 | 144 | 253 | 26 | 52 | 0 | 41 | 414 | 36 | 65 |
| Binary | 10000101 | 1100100 | 10101011 | 10110 | 101010 | 0 | 100001 | 100001100 | 11110 | 110101 |
Color Harmonies of #8564AB
Complementary color
Monochromatic Colors of #8564AB
Black with #8564AB
Text Example
Text Example
White with #8564AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8564AB; }
p { color: rgb(133,100,171); }
H1.HeaderClassName
{
color: #8564AB;
}
.AnyTagClassName
{
color: #8564AB;
}
</style>
background-color css
<style>
a { background-color: #8564AB; }
a { background-color: rgb(133,100,171); }
div.DivClassName
{
background-color: #8564AB;
}
.BgClassName
{
background-color: #8564AB;
}
</style>
border-color css
<style>
span { border-color: #8564AB; }
span { border-color: rgb(133,100,171); }
td.TdClassName
{
border-color: #8564AB;
}
.TagClassName
{
border-color: #8564AB;
}
</style>