Shades of Deluge #8574AD
Tints of Deluge #8574AD
RGB
CMYK
RGB Variations
Color information
#8574AD (or 0x8574AD) is known color: Deluge. HEX triplet: 85, 74 and AD. RGB value is (133,116,173). Sum of RGB (Red+Green+Blue) = 133+116+173=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #8574AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8574AD is #7A8B52. Grayscale: #7F7F7F. Windows color (decimal): -8031059 or 11367557. OLE color: 11367557.
HSL color Cylindrical-coordinate representation of color #8574AD: hue angle of 257.89º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8574AD is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 116 | 173 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.32 |
| HSL | 257.89º | 0.26% | 0.57% | - |
| HSV(B) | 257.89º | 0.33% | 0.68% | - |
| XYZ | 23.46 | 20.49 | 42.25 | - |
| YUV | 127.58 | 153.63 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 173 | 0.23 | 0.33 | 0 | 0.32 | 257.89 | 0.26 | 0.57 |
| Hex | 85 | 74 | AD | 17 | 21 | 0 | 20 | 102 | 1A | 39 |
| Octal | 205 | 164 | 255 | 27 | 41 | 0 | 40 | 402 | 32 | 71 |
| Binary | 10000101 | 1110100 | 10101101 | 10111 | 100001 | 0 | 100000 | 100000010 | 11010 | 111001 |
Color Harmonies of #8574AD
Complementary color
Monochromatic Colors of #8574AD
Black with #8574AD
Text Example
Text Example
White with #8574AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8574AD; }
p { color: rgb(133,116,173); }
H1.HeaderClassName
{
color: #8574AD;
}
.AnyTagClassName
{
color: #8574AD;
}
</style>
background-color css
<style>
a { background-color: #8574AD; }
a { background-color: rgb(133,116,173); }
div.DivClassName
{
background-color: #8574AD;
}
.BgClassName
{
background-color: #8574AD;
}
</style>
border-color css
<style>
span { border-color: #8574AD; }
span { border-color: rgb(133,116,173); }
td.TdClassName
{
border-color: #8574AD;
}
.TagClassName
{
border-color: #8574AD;
}
</style>