Shades of Deluge #8573B4
Tints of Deluge #8573B4
RGB
CMYK
RGB Variations
Color information
#8573B4 (or 0x8573B4) is known color: Deluge. HEX triplet: 85, 73 and B4. RGB value is (133,115,180). Sum of RGB (Red+Green+Blue) = 133+115+180=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 180 - color contains mainly: blue. Hex color #8573B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8573B4 is #7A8C4B. Grayscale: #7F7F7F. Windows color (decimal): -8031308 or 11826053. OLE color: 11826053.
HSL color Cylindrical-coordinate representation of color #8573B4: hue angle of 256.62º degrees, saturation: 0.3, 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 #8573B4 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 115 | 180 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.29 |
| HSL | 256.62º | 0.3% | 0.58% | - |
| HSV(B) | 256.62º | 0.36% | 0.71% | - |
| XYZ | 24.04 | 20.54 | 45.88 | - |
| YUV | 127.79 | 157.46 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 180 | 0.26 | 0.36 | 0 | 0.29 | 256.62 | 0.3 | 0.58 |
| Hex | 85 | 73 | B4 | 1A | 24 | 0 | 1D | 101 | 1E | 3A |
| Octal | 205 | 163 | 264 | 32 | 44 | 0 | 35 | 401 | 36 | 72 |
| Binary | 10000101 | 1110011 | 10110100 | 11010 | 100100 | 0 | 11101 | 100000001 | 11110 | 111010 |
Color Harmonies of #8573B4
Complementary color
Monochromatic Colors of #8573B4
Black with #8573B4
Text Example
Text Example
White with #8573B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8573B4; }
p { color: rgb(133,115,180); }
H1.HeaderClassName
{
color: #8573B4;
}
.AnyTagClassName
{
color: #8573B4;
}
</style>
background-color css
<style>
a { background-color: #8573B4; }
a { background-color: rgb(133,115,180); }
div.DivClassName
{
background-color: #8573B4;
}
.BgClassName
{
background-color: #8573B4;
}
</style>
border-color css
<style>
span { border-color: #8573B4; }
span { border-color: rgb(133,115,180); }
td.TdClassName
{
border-color: #8573B4;
}
.TagClassName
{
border-color: #8573B4;
}
</style>