Shades of Deluge #8565AC
Tints of Deluge #8565AC
RGB
CMYK
RGB Variations
Color information
#8565AC (or 0x8565AC) is known color: Deluge. HEX triplet: 85, 65 and AC. RGB value is (133,101,172). Sum of RGB (Red+Green+Blue) = 133+101+172=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #8565AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8565AC is #7A9A53. Grayscale: #767676. Windows color (decimal): -8034900 or 11298181. OLE color: 11298181.
HSL color Cylindrical-coordinate representation of color #8565AC: hue angle of 267.04º 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 #8565AC is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 101 | 172 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.33 |
| HSL | 267.04º | 0.3% | 0.54% | - |
| HSV(B) | 267.04º | 0.41% | 0.67% | - |
| XYZ | 21.77 | 17.27 | 41.22 | - |
| YUV | 118.66 | 158.1 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 172 | 0.23 | 0.41 | 0 | 0.33 | 267.04 | 0.3 | 0.54 |
| Hex | 85 | 65 | AC | 17 | 29 | 0 | 21 | 10B | 1E | 36 |
| Octal | 205 | 145 | 254 | 27 | 51 | 0 | 41 | 413 | 36 | 66 |
| Binary | 10000101 | 1100101 | 10101100 | 10111 | 101001 | 0 | 100001 | 100001011 | 11110 | 110110 |
Color Harmonies of #8565AC
Complementary color
Monochromatic Colors of #8565AC
Black with #8565AC
Text Example
Text Example
White with #8565AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8565AC; }
p { color: rgb(133,101,172); }
H1.HeaderClassName
{
color: #8565AC;
}
.AnyTagClassName
{
color: #8565AC;
}
</style>
background-color css
<style>
a { background-color: #8565AC; }
a { background-color: rgb(133,101,172); }
div.DivClassName
{
background-color: #8565AC;
}
.BgClassName
{
background-color: #8565AC;
}
</style>
border-color css
<style>
span { border-color: #8565AC; }
span { border-color: rgb(133,101,172); }
td.TdClassName
{
border-color: #8565AC;
}
.TagClassName
{
border-color: #8565AC;
}
</style>