Shades of Deluge #8572AC
Tints of Deluge #8572AC
RGB
CMYK
RGB Variations
Color information
#8572AC (or 0x8572AC) is known color: Deluge. HEX triplet: 85, 72 and AC. RGB value is (133,114,172). Sum of RGB (Red+Green+Blue) = 133+114+172=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #8572AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8572AC is #7A8D53. Grayscale: #7E7E7E. Windows color (decimal): -8031572 or 11301509. OLE color: 11301509.
HSL color Cylindrical-coordinate representation of color #8572AC: hue angle of 259.66º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8572AC is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 114 | 172 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.33 |
| HSL | 259.66º | 0.26% | 0.56% | - |
| HSV(B) | 259.66º | 0.34% | 0.67% | - |
| XYZ | 23.14 | 20 | 41.67 | - |
| YUV | 126.29 | 153.79 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 114 | 172 | 0.23 | 0.34 | 0 | 0.33 | 259.66 | 0.26 | 0.56 |
| Hex | 85 | 72 | AC | 17 | 22 | 0 | 21 | 104 | 1A | 38 |
| Octal | 205 | 162 | 254 | 27 | 42 | 0 | 41 | 404 | 32 | 70 |
| Binary | 10000101 | 1110010 | 10101100 | 10111 | 100010 | 0 | 100001 | 100000100 | 11010 | 111000 |
Color Harmonies of #8572AC
Complementary color
Monochromatic Colors of #8572AC
Black with #8572AC
Text Example
Text Example
White with #8572AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8572AC; }
p { color: rgb(133,114,172); }
H1.HeaderClassName
{
color: #8572AC;
}
.AnyTagClassName
{
color: #8572AC;
}
</style>
background-color css
<style>
a { background-color: #8572AC; }
a { background-color: rgb(133,114,172); }
div.DivClassName
{
background-color: #8572AC;
}
.BgClassName
{
background-color: #8572AC;
}
</style>
border-color css
<style>
span { border-color: #8572AC; }
span { border-color: rgb(133,114,172); }
td.TdClassName
{
border-color: #8572AC;
}
.TagClassName
{
border-color: #8572AC;
}
</style>