Shades of Deluge #8574AB
Tints of Deluge #8574AB
RGB
CMYK
RGB Variations
Color information
#8574AB (or 0x8574AB) is known color: Deluge. HEX triplet: 85, 74 and AB. RGB value is (133,116,171). Sum of RGB (Red+Green+Blue) = 133+116+171=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #8574AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8574AB is #7A8B54. Grayscale: #7F7F7F. Windows color (decimal): -8031061 or 11236485. OLE color: 11236485.
HSL color Cylindrical-coordinate representation of color #8574AB: hue angle of 258.55º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8574AB is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 116 | 171 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.33 |
| HSL | 258.55º | 0.25% | 0.56% | - |
| HSV(B) | 258.55º | 0.32% | 0.67% | - |
| XYZ | 23.27 | 20.42 | 41.24 | - |
| YUV | 127.35 | 152.63 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 171 | 0.22 | 0.32 | 0 | 0.33 | 258.55 | 0.25 | 0.56 |
| Hex | 85 | 74 | AB | 16 | 20 | 0 | 21 | 103 | 19 | 38 |
| Octal | 205 | 164 | 253 | 26 | 40 | 0 | 41 | 403 | 31 | 70 |
| Binary | 10000101 | 1110100 | 10101011 | 10110 | 100000 | 0 | 100001 | 100000011 | 11001 | 111000 |
Color Harmonies of #8574AB
Complementary color
Monochromatic Colors of #8574AB
Black with #8574AB
Text Example
Text Example
White with #8574AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8574AB; }
p { color: rgb(133,116,171); }
H1.HeaderClassName
{
color: #8574AB;
}
.AnyTagClassName
{
color: #8574AB;
}
</style>
background-color css
<style>
a { background-color: #8574AB; }
a { background-color: rgb(133,116,171); }
div.DivClassName
{
background-color: #8574AB;
}
.BgClassName
{
background-color: #8574AB;
}
</style>
border-color css
<style>
span { border-color: #8574AB; }
span { border-color: rgb(133,116,171); }
td.TdClassName
{
border-color: #8574AB;
}
.TagClassName
{
border-color: #8574AB;
}
</style>