Shades of Dark Violet #850DB6
Tints of Dark Violet #850DB6
RGB
CMYK
RGB Variations
Color information
#850DB6 (or 0x850DB6) is known color: Dark Violet. HEX triplet: 85, 0D and B6. RGB value is (133,13,182). Sum of RGB (Red+Green+Blue) = 133+13+182=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 13 (5.47% from 255 or 3.96% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #850DB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850DB6 is #7AF249. Grayscale: #434343. Windows color (decimal): -8057418 or 11931013. OLE color: 11931013.
HSL color Cylindrical-coordinate representation of color #850DB6: hue angle of 282.6º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850DB6 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 13 | 182 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.29 |
| HSL | 282.6º | 0.87% | 0.38% | - |
| HSV(B) | 282.6º | 0.93% | 0.71% | - |
| XYZ | 18.26 | 8.65 | 44.96 | - |
| YUV | 68.15 | 192.26 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 182 | 0.27 | 0.93 | 0 | 0.29 | 282.6 | 0.87 | 0.38 |
| Hex | 85 | D | B6 | 1B | 5D | 0 | 1D | 11B | 57 | 26 |
| Octal | 205 | 15 | 266 | 33 | 135 | 0 | 35 | 433 | 127 | 46 |
| Binary | 10000101 | 1101 | 10110110 | 11011 | 1011101 | 0 | 11101 | 100011011 | 1010111 | 100110 |
Color Harmonies of #850DB6
Complementary color
Monochromatic Colors of #850DB6
Black with #850DB6
Text Example
Text Example
White with #850DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850DB6; }
p { color: rgb(133,13,182); }
H1.HeaderClassName
{
color: #850DB6;
}
.AnyTagClassName
{
color: #850DB6;
}
</style>
background-color css
<style>
a { background-color: #850DB6; }
a { background-color: rgb(133,13,182); }
div.DivClassName
{
background-color: #850DB6;
}
.BgClassName
{
background-color: #850DB6;
}
</style>
border-color css
<style>
span { border-color: #850DB6; }
span { border-color: rgb(133,13,182); }
td.TdClassName
{
border-color: #850DB6;
}
.TagClassName
{
border-color: #850DB6;
}
</style>