Shades of Deluge #8566AB
Tints of Deluge #8566AB
RGB
CMYK
RGB Variations
Color information
#8566AB (or 0x8566AB) is known color: Deluge. HEX triplet: 85, 66 and AB. RGB value is (133,102,171). Sum of RGB (Red+Green+Blue) = 133+102+171=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #8566AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8566AB is #7A9954. Grayscale: #767676. Windows color (decimal): -8034645 or 11232901. OLE color: 11232901.
HSL color Cylindrical-coordinate representation of color #8566AB: hue angle of 266.96º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8566AB is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 102 | 171 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.33 |
| HSL | 266.96º | 0.29% | 0.54% | - |
| HSV(B) | 266.96º | 0.4% | 0.67% | - |
| XYZ | 21.77 | 17.43 | 40.74 | - |
| YUV | 119.14 | 157.27 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 102 | 171 | 0.22 | 0.40 | 0 | 0.33 | 266.96 | 0.29 | 0.54 |
| Hex | 85 | 66 | AB | 16 | 28 | 0 | 21 | 10B | 1D | 36 |
| Octal | 205 | 146 | 253 | 26 | 50 | 0 | 41 | 413 | 35 | 66 |
| Binary | 10000101 | 1100110 | 10101011 | 10110 | 101000 | 0 | 100001 | 100001011 | 11101 | 110110 |
Color Harmonies of #8566AB
Complementary color
Monochromatic Colors of #8566AB
Black with #8566AB
Text Example
Text Example
White with #8566AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8566AB; }
p { color: rgb(133,102,171); }
H1.HeaderClassName
{
color: #8566AB;
}
.AnyTagClassName
{
color: #8566AB;
}
</style>
background-color css
<style>
a { background-color: #8566AB; }
a { background-color: rgb(133,102,171); }
div.DivClassName
{
background-color: #8566AB;
}
.BgClassName
{
background-color: #8566AB;
}
</style>
border-color css
<style>
span { border-color: #8566AB; }
span { border-color: rgb(133,102,171); }
td.TdClassName
{
border-color: #8566AB;
}
.TagClassName
{
border-color: #8566AB;
}
</style>