Shades of Deluge #8574B6
Tints of Deluge #8574B6
RGB
CMYK
RGB Variations
Color information
#8574B6 (or 0x8574B6) is known color: Deluge. HEX triplet: 85, 74 and B6. RGB value is (133,116,182). Sum of RGB (Red+Green+Blue) = 133+116+182=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 182 - color contains mainly: blue. Hex color #8574B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8574B6 is #7A8B49. Grayscale: #808080. Windows color (decimal): -8031050 or 11957381. OLE color: 11957381.
HSL color Cylindrical-coordinate representation of color #8574B6: hue angle of 255.45º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8574B6 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 116 | 182 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.29 |
| HSL | 255.45º | 0.31% | 0.58% | - |
| HSV(B) | 255.45º | 0.36% | 0.71% | - |
| XYZ | 24.36 | 20.85 | 47 | - |
| YUV | 128.61 | 158.13 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 182 | 0.27 | 0.36 | 0 | 0.29 | 255.45 | 0.31 | 0.58 |
| Hex | 85 | 74 | B6 | 1B | 24 | 0 | 1D | FF | 1F | 3A |
| Octal | 205 | 164 | 266 | 33 | 44 | 0 | 35 | 377 | 37 | 72 |
| Binary | 10000101 | 1110100 | 10110110 | 11011 | 100100 | 0 | 11101 | 11111111 | 11111 | 111010 |
Color Harmonies of #8574B6
Complementary color
Monochromatic Colors of #8574B6
Black with #8574B6
Text Example
Text Example
White with #8574B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8574B6; }
p { color: rgb(133,116,182); }
H1.HeaderClassName
{
color: #8574B6;
}
.AnyTagClassName
{
color: #8574B6;
}
</style>
background-color css
<style>
a { background-color: #8574B6; }
a { background-color: rgb(133,116,182); }
div.DivClassName
{
background-color: #8574B6;
}
.BgClassName
{
background-color: #8574B6;
}
</style>
border-color css
<style>
span { border-color: #8574B6; }
span { border-color: rgb(133,116,182); }
td.TdClassName
{
border-color: #8574B6;
}
.TagClassName
{
border-color: #8574B6;
}
</style>