Shades of Deluge #856DAD
Tints of Deluge #856DAD
RGB
CMYK
RGB Variations
Color information
#856DAD (or 0x856DAD) is known color: Deluge. HEX triplet: 85, 6D and AD. RGB value is (133,109,173). Sum of RGB (Red+Green+Blue) = 133+109+173=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #856DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856DAD is #7A9252. Grayscale: #7B7B7B. Windows color (decimal): -8032851 or 11365765. OLE color: 11365765.
HSL color Cylindrical-coordinate representation of color #856DAD: hue angle of 262.5º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #856DAD is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 109 | 173 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.32 |
| HSL | 262.5º | 0.28% | 0.55% | - |
| HSV(B) | 262.5º | 0.37% | 0.68% | - |
| XYZ | 22.68 | 18.94 | 42 | - |
| YUV | 123.47 | 155.95 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 173 | 0.23 | 0.37 | 0 | 0.32 | 262.5 | 0.28 | 0.55 |
| Hex | 85 | 6D | AD | 17 | 25 | 0 | 20 | 106 | 1C | 37 |
| Octal | 205 | 155 | 255 | 27 | 45 | 0 | 40 | 406 | 34 | 67 |
| Binary | 10000101 | 1101101 | 10101101 | 10111 | 100101 | 0 | 100000 | 100000110 | 11100 | 110111 |
Color Harmonies of #856DAD
Complementary color
Monochromatic Colors of #856DAD
Black with #856DAD
Text Example
Text Example
White with #856DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856DAD; }
p { color: rgb(133,109,173); }
H1.HeaderClassName
{
color: #856DAD;
}
.AnyTagClassName
{
color: #856DAD;
}
</style>
background-color css
<style>
a { background-color: #856DAD; }
a { background-color: rgb(133,109,173); }
div.DivClassName
{
background-color: #856DAD;
}
.BgClassName
{
background-color: #856DAD;
}
</style>
border-color css
<style>
span { border-color: #856DAD; }
span { border-color: rgb(133,109,173); }
td.TdClassName
{
border-color: #856DAD;
}
.TagClassName
{
border-color: #856DAD;
}
</style>