Shades of Dark Violet #850DAE
Tints of Dark Violet #850DAE
RGB
CMYK
RGB Variations
Color information
#850DAE (or 0x850DAE) is known color: Dark Violet. HEX triplet: 85, 0D and AE. RGB value is (133,13,174). Sum of RGB (Red+Green+Blue) = 133+13+174=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #850DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850DAE is #7AF251. Grayscale: #424242. Windows color (decimal): -8057426 or 11406725. OLE color: 11406725.
HSL color Cylindrical-coordinate representation of color #850DAE: hue angle of 284.72º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850DAE is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 13 | 174 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.32 |
| HSL | 284.72º | 0.86% | 0.37% | - |
| HSV(B) | 284.72º | 0.93% | 0.68% | - |
| XYZ | 17.46 | 8.33 | 40.73 | - |
| YUV | 67.23 | 188.26 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 174 | 0.24 | 0.93 | 0 | 0.32 | 284.72 | 0.86 | 0.37 |
| Hex | 85 | D | AE | 18 | 5D | 0 | 20 | 11D | 56 | 25 |
| Octal | 205 | 15 | 256 | 30 | 135 | 0 | 40 | 435 | 126 | 45 |
| Binary | 10000101 | 1101 | 10101110 | 11000 | 1011101 | 0 | 100000 | 100011101 | 1010110 | 100101 |
Color Harmonies of #850DAE
Complementary color
Monochromatic Colors of #850DAE
Black with #850DAE
Text Example
Text Example
White with #850DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850DAE; }
p { color: rgb(133,13,174); }
H1.HeaderClassName
{
color: #850DAE;
}
.AnyTagClassName
{
color: #850DAE;
}
</style>
background-color css
<style>
a { background-color: #850DAE; }
a { background-color: rgb(133,13,174); }
div.DivClassName
{
background-color: #850DAE;
}
.BgClassName
{
background-color: #850DAE;
}
</style>
border-color css
<style>
span { border-color: #850DAE; }
span { border-color: rgb(133,13,174); }
td.TdClassName
{
border-color: #850DAE;
}
.TagClassName
{
border-color: #850DAE;
}
</style>