Shades of Deluge #856AAA
Tints of Deluge #856AAA
RGB
CMYK
RGB Variations
Color information
#856AAA (or 0x856AAA) is known color: Deluge. HEX triplet: 85, 6A and AA. RGB value is (133,106,170). Sum of RGB (Red+Green+Blue) = 133+106+170=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #856AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856AAA is #7A9555. Grayscale: #797979. Windows color (decimal): -8033622 or 11168389. OLE color: 11168389.
HSL color Cylindrical-coordinate representation of color #856AAA: hue angle of 265.31º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #856AAA is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 106 | 170 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.33 |
| HSL | 265.31º | 0.27% | 0.54% | - |
| HSV(B) | 265.31º | 0.38% | 0.67% | - |
| XYZ | 22.08 | 18.2 | 40.38 | - |
| YUV | 121.37 | 155.45 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 106 | 170 | 0.22 | 0.38 | 0 | 0.33 | 265.31 | 0.27 | 0.54 |
| Hex | 85 | 6A | AA | 16 | 26 | 0 | 21 | 109 | 1B | 36 |
| Octal | 205 | 152 | 252 | 26 | 46 | 0 | 41 | 411 | 33 | 66 |
| Binary | 10000101 | 1101010 | 10101010 | 10110 | 100110 | 0 | 100001 | 100001001 | 11011 | 110110 |
Color Harmonies of #856AAA
Complementary color
Monochromatic Colors of #856AAA
Black with #856AAA
Text Example
Text Example
White with #856AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856AAA; }
p { color: rgb(133,106,170); }
H1.HeaderClassName
{
color: #856AAA;
}
.AnyTagClassName
{
color: #856AAA;
}
</style>
background-color css
<style>
a { background-color: #856AAA; }
a { background-color: rgb(133,106,170); }
div.DivClassName
{
background-color: #856AAA;
}
.BgClassName
{
background-color: #856AAA;
}
</style>
border-color css
<style>
span { border-color: #856AAA; }
span { border-color: rgb(133,106,170); }
td.TdClassName
{
border-color: #856AAA;
}
.TagClassName
{
border-color: #856AAA;
}
</style>