Shades of Deluge #856D9D
Tints of Deluge #856D9D
RGB
CMYK
RGB Variations
Color information
#856D9D (or 0x856D9D) is known color: Deluge. HEX triplet: 85, 6D and 9D. RGB value is (133,109,157). Sum of RGB (Red+Green+Blue) = 133+109+157=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #856D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856D9D is #7A9262. Grayscale: #797979. Windows color (decimal): -8032867 or 10317189. OLE color: 10317189.
HSL color Cylindrical-coordinate representation of color #856D9D: hue angle of 270º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #856D9D is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 109 | 157 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.38 |
| HSL | 270º | 0.2% | 0.52% | - |
| HSV(B) | 270º | 0.31% | 0.62% | - |
| XYZ | 21.23 | 18.36 | 34.32 | - |
| YUV | 121.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 157 | 0.15 | 0.31 | 0 | 0.38 | 270 | 0.2 | 0.52 |
| Hex | 85 | 6D | 9D | F | 1F | 0 | 26 | 10E | 14 | 34 |
| Octal | 205 | 155 | 235 | 17 | 37 | 0 | 46 | 416 | 24 | 64 |
| Binary | 10000101 | 1101101 | 10011101 | 1111 | 11111 | 0 | 100110 | 100001110 | 10100 | 110100 |
Color Harmonies of #856D9D
Complementary color
Monochromatic Colors of #856D9D
Black with #856D9D
Text Example
Text Example
White with #856D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D9D; }
p { color: rgb(133,109,157); }
H1.HeaderClassName
{
color: #856D9D;
}
.AnyTagClassName
{
color: #856D9D;
}
</style>
background-color css
<style>
a { background-color: #856D9D; }
a { background-color: rgb(133,109,157); }
div.DivClassName
{
background-color: #856D9D;
}
.BgClassName
{
background-color: #856D9D;
}
</style>
border-color css
<style>
span { border-color: #856D9D; }
span { border-color: rgb(133,109,157); }
td.TdClassName
{
border-color: #856D9D;
}
.TagClassName
{
border-color: #856D9D;
}
</style>