Shades of Deluge #855FB0
Tints of Deluge #855FB0
RGB
CMYK
RGB Variations
Color information
#855FB0 (or 0x855FB0) is known color: Deluge. HEX triplet: 85, 5F and B0. RGB value is (133,95,176). Sum of RGB (Red+Green+Blue) = 133+95+176=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 176 - color contains mainly: blue. Hex color #855FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855FB0 is #7AA04F. Grayscale: #737373. Windows color (decimal): -8036432 or 11558789. OLE color: 11558789.
HSL color Cylindrical-coordinate representation of color #855FB0: hue angle of 268.15º 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 #855FB0 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 95 | 176 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.31 |
| HSL | 268.15º | 0.34% | 0.53% | - |
| HSV(B) | 268.15º | 0.46% | 0.69% | - |
| XYZ | 21.6 | 16.31 | 43.08 | - |
| YUV | 115.6 | 162.09 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 176 | 0.24 | 0.46 | 0 | 0.31 | 268.15 | 0.34 | 0.53 |
| Hex | 85 | 5F | B0 | 18 | 2E | 0 | 1F | 10C | 22 | 35 |
| Octal | 205 | 137 | 260 | 30 | 56 | 0 | 37 | 414 | 42 | 65 |
| Binary | 10000101 | 1011111 | 10110000 | 11000 | 101110 | 0 | 11111 | 100001100 | 100010 | 110101 |
Color Harmonies of #855FB0
Complementary color
Monochromatic Colors of #855FB0
Black with #855FB0
Text Example
Text Example
White with #855FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855FB0; }
p { color: rgb(133,95,176); }
H1.HeaderClassName
{
color: #855FB0;
}
.AnyTagClassName
{
color: #855FB0;
}
</style>
background-color css
<style>
a { background-color: #855FB0; }
a { background-color: rgb(133,95,176); }
div.DivClassName
{
background-color: #855FB0;
}
.BgClassName
{
background-color: #855FB0;
}
</style>
border-color css
<style>
span { border-color: #855FB0; }
span { border-color: rgb(133,95,176); }
td.TdClassName
{
border-color: #855FB0;
}
.TagClassName
{
border-color: #855FB0;
}
</style>