Shades of Deluge #855FB1
Tints of Deluge #855FB1
RGB
CMYK
RGB Variations
Color information
#855FB1 (or 0x855FB1) is known color: Deluge. HEX triplet: 85, 5F and B1. RGB value is (133,95,177). Sum of RGB (Red+Green+Blue) = 133+95+177=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 177 (69.53% from 255 or 43.70% from 405); Max value from RGB is 177 - color contains mainly: blue. Hex color #855FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855FB1 is #7AA04E. Grayscale: #737373. Windows color (decimal): -8036431 or 11624325. OLE color: 11624325.
HSL color Cylindrical-coordinate representation of color #855FB1: hue angle of 267.8º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #855FB1 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 95 | 177 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.31 |
| HSL | 267.8º | 0.34% | 0.53% | - |
| HSV(B) | 267.8º | 0.46% | 0.69% | - |
| XYZ | 21.7 | 16.35 | 43.61 | - |
| YUV | 115.71 | 162.59 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 177 | 0.25 | 0.46 | 0 | 0.31 | 267.8 | 0.34 | 0.53 |
| Hex | 85 | 5F | B1 | 19 | 2E | 0 | 1F | 10C | 22 | 35 |
| Octal | 205 | 137 | 261 | 31 | 56 | 0 | 37 | 414 | 42 | 65 |
| Binary | 10000101 | 1011111 | 10110001 | 11001 | 101110 | 0 | 11111 | 100001100 | 100010 | 110101 |
Color Harmonies of #855FB1
Complementary color
Monochromatic Colors of #855FB1
Black with #855FB1
Text Example
Text Example
White with #855FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855FB1; }
p { color: rgb(133,95,177); }
H1.HeaderClassName
{
color: #855FB1;
}
.AnyTagClassName
{
color: #855FB1;
}
</style>
background-color css
<style>
a { background-color: #855FB1; }
a { background-color: rgb(133,95,177); }
div.DivClassName
{
background-color: #855FB1;
}
.BgClassName
{
background-color: #855FB1;
}
</style>
border-color css
<style>
span { border-color: #855FB1; }
span { border-color: rgb(133,95,177); }
td.TdClassName
{
border-color: #855FB1;
}
.TagClassName
{
border-color: #855FB1;
}
</style>