Shades of Deluge #8575AD
Tints of Deluge #8575AD
RGB
CMYK
RGB Variations
Color information
#8575AD (or 0x8575AD) is known color: Deluge. HEX triplet: 85, 75 and AD. RGB value is (133,117,173). Sum of RGB (Red+Green+Blue) = 133+117+173=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #8575AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8575AD is #7A8A52. Grayscale: #7F7F7F. Windows color (decimal): -8030803 or 11367813. OLE color: 11367813.
HSL color Cylindrical-coordinate representation of color #8575AD: hue angle of 257.14º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8575AD is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 117 | 173 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.32 |
| HSL | 257.14º | 0.25% | 0.57% | - |
| HSV(B) | 257.14º | 0.32% | 0.68% | - |
| XYZ | 23.58 | 20.73 | 42.29 | - |
| YUV | 128.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 173 | 0.23 | 0.32 | 0 | 0.32 | 257.14 | 0.25 | 0.57 |
| Hex | 85 | 75 | AD | 17 | 20 | 0 | 20 | 101 | 19 | 39 |
| Octal | 205 | 165 | 255 | 27 | 40 | 0 | 40 | 401 | 31 | 71 |
| Binary | 10000101 | 1110101 | 10101101 | 10111 | 100000 | 0 | 100000 | 100000001 | 11001 | 111001 |
Color Harmonies of #8575AD
Complementary color
Monochromatic Colors of #8575AD
Black with #8575AD
Text Example
Text Example
White with #8575AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8575AD; }
p { color: rgb(133,117,173); }
H1.HeaderClassName
{
color: #8575AD;
}
.AnyTagClassName
{
color: #8575AD;
}
</style>
background-color css
<style>
a { background-color: #8575AD; }
a { background-color: rgb(133,117,173); }
div.DivClassName
{
background-color: #8575AD;
}
.BgClassName
{
background-color: #8575AD;
}
</style>
border-color css
<style>
span { border-color: #8575AD; }
span { border-color: rgb(133,117,173); }
td.TdClassName
{
border-color: #8575AD;
}
.TagClassName
{
border-color: #8575AD;
}
</style>