Shades of Deluge #856BAD
Tints of Deluge #856BAD
RGB
CMYK
RGB Variations
Color information
#856BAD (or 0x856BAD) is known color: Deluge. HEX triplet: 85, 6B and AD. RGB value is (133,107,173). Sum of RGB (Red+Green+Blue) = 133+107+173=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #856BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856BAD is #7A9452. Grayscale: #7A7A7A. Windows color (decimal): -8033363 or 11365253. OLE color: 11365253.
HSL color Cylindrical-coordinate representation of color #856BAD: hue angle of 263.64º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #856BAD is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 107 | 173 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.32 |
| HSL | 263.64º | 0.29% | 0.55% | - |
| HSV(B) | 263.64º | 0.38% | 0.68% | - |
| XYZ | 22.47 | 18.52 | 41.93 | - |
| YUV | 122.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 173 | 0.23 | 0.38 | 0 | 0.32 | 263.64 | 0.29 | 0.55 |
| Hex | 85 | 6B | AD | 17 | 26 | 0 | 20 | 108 | 1D | 37 |
| Octal | 205 | 153 | 255 | 27 | 46 | 0 | 40 | 410 | 35 | 67 |
| Binary | 10000101 | 1101011 | 10101101 | 10111 | 100110 | 0 | 100000 | 100001000 | 11101 | 110111 |
Color Harmonies of #856BAD
Complementary color
Monochromatic Colors of #856BAD
Black with #856BAD
Text Example
Text Example
White with #856BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856BAD; }
p { color: rgb(133,107,173); }
H1.HeaderClassName
{
color: #856BAD;
}
.AnyTagClassName
{
color: #856BAD;
}
</style>
background-color css
<style>
a { background-color: #856BAD; }
a { background-color: rgb(133,107,173); }
div.DivClassName
{
background-color: #856BAD;
}
.BgClassName
{
background-color: #856BAD;
}
</style>
border-color css
<style>
span { border-color: #856BAD; }
span { border-color: rgb(133,107,173); }
td.TdClassName
{
border-color: #856BAD;
}
.TagClassName
{
border-color: #856BAD;
}
</style>