Shades of Deluge #8578B1
Tints of Deluge #8578B1
RGB
CMYK
RGB Variations
Color information
#8578B1 (or 0x8578B1) is known color: Deluge. HEX triplet: 85, 78 and B1. RGB value is (133,120,177). Sum of RGB (Red+Green+Blue) = 133+120+177=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 177 - color contains mainly: blue. Hex color #8578B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8578B1 is #7A874E. Grayscale: #828282. Windows color (decimal): -8030031 or 11630725. OLE color: 11630725.
HSL color Cylindrical-coordinate representation of color #8578B1: hue angle of 253.68º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8578B1 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 120 | 177 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.31 |
| HSL | 253.68º | 0.27% | 0.58% | - |
| HSV(B) | 253.68º | 0.32% | 0.69% | - |
| XYZ | 24.33 | 21.59 | 44.48 | - |
| YUV | 130.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 120 | 177 | 0.25 | 0.32 | 0 | 0.31 | 253.68 | 0.27 | 0.58 |
| Hex | 85 | 78 | B1 | 19 | 20 | 0 | 1F | FE | 1B | 3A |
| Octal | 205 | 170 | 261 | 31 | 40 | 0 | 37 | 376 | 33 | 72 |
| Binary | 10000101 | 1111000 | 10110001 | 11001 | 100000 | 0 | 11111 | 11111110 | 11011 | 111010 |
Color Harmonies of #8578B1
Complementary color
Monochromatic Colors of #8578B1
Black with #8578B1
Text Example
Text Example
White with #8578B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8578B1; }
p { color: rgb(133,120,177); }
H1.HeaderClassName
{
color: #8578B1;
}
.AnyTagClassName
{
color: #8578B1;
}
</style>
background-color css
<style>
a { background-color: #8578B1; }
a { background-color: rgb(133,120,177); }
div.DivClassName
{
background-color: #8578B1;
}
.BgClassName
{
background-color: #8578B1;
}
</style>
border-color css
<style>
span { border-color: #8578B1; }
span { border-color: rgb(133,120,177); }
td.TdClassName
{
border-color: #8578B1;
}
.TagClassName
{
border-color: #8578B1;
}
</style>