Shades of Deluge #8565A7
Tints of Deluge #8565A7
RGB
CMYK
RGB Variations
Color information
#8565A7 (or 0x8565A7) is known color: Deluge. HEX triplet: 85, 65 and A7. RGB value is (133,101,167). Sum of RGB (Red+Green+Blue) = 133+101+167=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 167 (65.62% from 255 or 41.65% from 401); Max value from RGB is 167 - color contains mainly: blue. Hex color #8565A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8565A7 is #7A9A58. Grayscale: #757575. Windows color (decimal): -8034905 or 10970501. OLE color: 10970501.
HSL color Cylindrical-coordinate representation of color #8565A7: hue angle of 269.09º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8565A7 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 101 | 167 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.35 |
| HSL | 269.09º | 0.27% | 0.53% | - |
| HSV(B) | 269.09º | 0.4% | 0.65% | - |
| XYZ | 21.3 | 17.08 | 38.73 | - |
| YUV | 118.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 167 | 0.20 | 0.40 | 0 | 0.35 | 269.09 | 0.27 | 0.53 |
| Hex | 85 | 65 | A7 | 14 | 28 | 0 | 23 | 10D | 1B | 35 |
| Octal | 205 | 145 | 247 | 24 | 50 | 0 | 43 | 415 | 33 | 65 |
| Binary | 10000101 | 1100101 | 10100111 | 10100 | 101000 | 0 | 100011 | 100001101 | 11011 | 110101 |
Color Harmonies of #8565A7
Complementary color
Monochromatic Colors of #8565A7
Black with #8565A7
Text Example
Text Example
White with #8565A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8565A7; }
p { color: rgb(133,101,167); }
H1.HeaderClassName
{
color: #8565A7;
}
.AnyTagClassName
{
color: #8565A7;
}
</style>
background-color css
<style>
a { background-color: #8565A7; }
a { background-color: rgb(133,101,167); }
div.DivClassName
{
background-color: #8565A7;
}
.BgClassName
{
background-color: #8565A7;
}
</style>
border-color css
<style>
span { border-color: #8565A7; }
span { border-color: rgb(133,101,167); }
td.TdClassName
{
border-color: #8565A7;
}
.TagClassName
{
border-color: #8565A7;
}
</style>