Shades of Deluge #855DB1
Tints of Deluge #855DB1
RGB
CMYK
RGB Variations
Color information
#855DB1 (or 0x855DB1) is known color: Deluge. HEX triplet: 85, 5D and B1. RGB value is (133,93,177). Sum of RGB (Red+Green+Blue) = 133+93+177=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 177 - color contains mainly: blue. Hex color #855DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855DB1 is #7AA24E. Grayscale: #727272. Windows color (decimal): -8036943 or 11623813. OLE color: 11623813.
HSL color Cylindrical-coordinate representation of color #855DB1: hue angle of 268.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #855DB1 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 93 | 177 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.31 |
| HSL | 268.57º | 0.35% | 0.53% | - |
| HSV(B) | 268.57º | 0.47% | 0.69% | - |
| XYZ | 21.52 | 15.99 | 43.55 | - |
| YUV | 114.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 177 | 0.25 | 0.47 | 0 | 0.31 | 268.57 | 0.35 | 0.53 |
| Hex | 85 | 5D | B1 | 19 | 2F | 0 | 1F | 10D | 23 | 35 |
| Octal | 205 | 135 | 261 | 31 | 57 | 0 | 37 | 415 | 43 | 65 |
| Binary | 10000101 | 1011101 | 10110001 | 11001 | 101111 | 0 | 11111 | 100001101 | 100011 | 110101 |
Color Harmonies of #855DB1
Complementary color
Monochromatic Colors of #855DB1
Black with #855DB1
Text Example
Text Example
White with #855DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855DB1; }
p { color: rgb(133,93,177); }
H1.HeaderClassName
{
color: #855DB1;
}
.AnyTagClassName
{
color: #855DB1;
}
</style>
background-color css
<style>
a { background-color: #855DB1; }
a { background-color: rgb(133,93,177); }
div.DivClassName
{
background-color: #855DB1;
}
.BgClassName
{
background-color: #855DB1;
}
</style>
border-color css
<style>
span { border-color: #855DB1; }
span { border-color: rgb(133,93,177); }
td.TdClassName
{
border-color: #855DB1;
}
.TagClassName
{
border-color: #855DB1;
}
</style>