Shades of Deluge #856E9E
Tints of Deluge #856E9E
RGB
CMYK
RGB Variations
Color information
#856E9E (or 0x856E9E) is known color: Deluge. HEX triplet: 85, 6E and 9E. RGB value is (133,110,158). Sum of RGB (Red+Green+Blue) = 133+110+158=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 158 - color contains mainly: blue. Hex color #856E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856E9E is #7A9161. Grayscale: #7A7A7A. Windows color (decimal): -8032610 or 10382981. OLE color: 10382981.
HSL color Cylindrical-coordinate representation of color #856E9E: hue angle of 268.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #856E9E is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 110 | 158 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.38 |
| HSL | 268.75º | 0.2% | 0.53% | - |
| HSV(B) | 268.75º | 0.3% | 0.62% | - |
| XYZ | 21.42 | 18.61 | 34.81 | - |
| YUV | 122.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 110 | 158 | 0.16 | 0.30 | 0 | 0.38 | 268.75 | 0.2 | 0.53 |
| Hex | 85 | 6E | 9E | 10 | 1E | 0 | 26 | 10D | 14 | 35 |
| Octal | 205 | 156 | 236 | 20 | 36 | 0 | 46 | 415 | 24 | 65 |
| Binary | 10000101 | 1101110 | 10011110 | 10000 | 11110 | 0 | 100110 | 100001101 | 10100 | 110101 |
Color Harmonies of #856E9E
Complementary color
Monochromatic Colors of #856E9E
Black with #856E9E
Text Example
Text Example
White with #856E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856E9E; }
p { color: rgb(133,110,158); }
H1.HeaderClassName
{
color: #856E9E;
}
.AnyTagClassName
{
color: #856E9E;
}
</style>
background-color css
<style>
a { background-color: #856E9E; }
a { background-color: rgb(133,110,158); }
div.DivClassName
{
background-color: #856E9E;
}
.BgClassName
{
background-color: #856E9E;
}
</style>
border-color css
<style>
span { border-color: #856E9E; }
span { border-color: rgb(133,110,158); }
td.TdClassName
{
border-color: #856E9E;
}
.TagClassName
{
border-color: #856E9E;
}
</style>