Shades of Deluge #855FB3
Tints of Deluge #855FB3
RGB
CMYK
RGB Variations
Color information
#855FB3 (or 0x855FB3) is known color: Deluge. HEX triplet: 85, 5F and B3. RGB value is (133,95,179). Sum of RGB (Red+Green+Blue) = 133+95+179=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 179 - color contains mainly: blue. Hex color #855FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855FB3 is #7AA04C. Grayscale: #737373. Windows color (decimal): -8036429 or 11755397. OLE color: 11755397.
HSL color Cylindrical-coordinate representation of color #855FB3: hue angle of 267.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #855FB3 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 95 | 179 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.30 |
| HSL | 267.14º | 0.36% | 0.54% | - |
| HSV(B) | 267.14º | 0.47% | 0.7% | - |
| XYZ | 21.9 | 16.43 | 44.66 | - |
| YUV | 115.94 | 163.59 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 179 | 0.26 | 0.47 | 0 | 0.30 | 267.14 | 0.36 | 0.54 |
| Hex | 85 | 5F | B3 | 1A | 2F | 0 | 1E | 10B | 24 | 36 |
| Octal | 205 | 137 | 263 | 32 | 57 | 0 | 36 | 413 | 44 | 66 |
| Binary | 10000101 | 1011111 | 10110011 | 11010 | 101111 | 0 | 11110 | 100001011 | 100100 | 110110 |
Color Harmonies of #855FB3
Complementary color
Monochromatic Colors of #855FB3
Black with #855FB3
Text Example
Text Example
White with #855FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855FB3; }
p { color: rgb(133,95,179); }
H1.HeaderClassName
{
color: #855FB3;
}
.AnyTagClassName
{
color: #855FB3;
}
</style>
background-color css
<style>
a { background-color: #855FB3; }
a { background-color: rgb(133,95,179); }
div.DivClassName
{
background-color: #855FB3;
}
.BgClassName
{
background-color: #855FB3;
}
</style>
border-color css
<style>
span { border-color: #855FB3; }
span { border-color: rgb(133,95,179); }
td.TdClassName
{
border-color: #855FB3;
}
.TagClassName
{
border-color: #855FB3;
}
</style>