Shades of Deluge #8566AC
Tints of Deluge #8566AC
RGB
CMYK
RGB Variations
Color information
#8566AC (or 0x8566AC) is known color: Deluge. HEX triplet: 85, 66 and AC. RGB value is (133,102,172). Sum of RGB (Red+Green+Blue) = 133+102+172=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #8566AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8566AC is #7A9953. Grayscale: #777777. Windows color (decimal): -8034644 or 11298437. OLE color: 11298437.
HSL color Cylindrical-coordinate representation of color #8566AC: hue angle of 266.57º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8566AC is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 102 | 172 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.33 |
| HSL | 266.57º | 0.3% | 0.54% | - |
| HSV(B) | 266.57º | 0.41% | 0.67% | - |
| XYZ | 21.87 | 17.47 | 41.25 | - |
| YUV | 119.25 | 157.77 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 102 | 172 | 0.23 | 0.41 | 0 | 0.33 | 266.57 | 0.3 | 0.54 |
| Hex | 85 | 66 | AC | 17 | 29 | 0 | 21 | 10B | 1E | 36 |
| Octal | 205 | 146 | 254 | 27 | 51 | 0 | 41 | 413 | 36 | 66 |
| Binary | 10000101 | 1100110 | 10101100 | 10111 | 101001 | 0 | 100001 | 100001011 | 11110 | 110110 |
Color Harmonies of #8566AC
Complementary color
Monochromatic Colors of #8566AC
Black with #8566AC
Text Example
Text Example
White with #8566AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8566AC; }
p { color: rgb(133,102,172); }
H1.HeaderClassName
{
color: #8566AC;
}
.AnyTagClassName
{
color: #8566AC;
}
</style>
background-color css
<style>
a { background-color: #8566AC; }
a { background-color: rgb(133,102,172); }
div.DivClassName
{
background-color: #8566AC;
}
.BgClassName
{
background-color: #8566AC;
}
</style>
border-color css
<style>
span { border-color: #8566AC; }
span { border-color: rgb(133,102,172); }
td.TdClassName
{
border-color: #8566AC;
}
.TagClassName
{
border-color: #8566AC;
}
</style>