Shades of Dark Violet #850DDA
Tints of Dark Violet #850DDA
RGB
CMYK
RGB Variations
Color information
#850DDA (or 0x850DDA) is known color: Dark Violet. HEX triplet: 85, 0D and DA. RGB value is (133,13,218). Sum of RGB (Red+Green+Blue) = 133+13+218=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #850DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850DDA is #7AF225. Grayscale: #474747. Windows color (decimal): -8057382 or 14290309. OLE color: 14290309.
HSL color Cylindrical-coordinate representation of color #850DDA: hue angle of 275.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850DDA is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 13 | 218 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.15 |
| HSL | 275.12º | 0.89% | 0.45% | - |
| HSV(B) | 275.12º | 0.94% | 0.85% | - |
| XYZ | 22.47 | 10.34 | 67.14 | - |
| YUV | 72.25 | 210.26 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 218 | 0.39 | 0.94 | 0 | 0.15 | 275.12 | 0.89 | 0.45 |
| Hex | 85 | D | DA | 27 | 5E | 0 | F | 113 | 59 | 2D |
| Octal | 205 | 15 | 332 | 47 | 136 | 0 | 17 | 423 | 131 | 55 |
| Binary | 10000101 | 1101 | 11011010 | 100111 | 1011110 | 0 | 1111 | 100010011 | 1011001 | 101101 |
Color Harmonies of #850DDA
Complementary color
Monochromatic Colors of #850DDA
Black with #850DDA
Text Example
Text Example
White with #850DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850DDA; }
p { color: rgb(133,13,218); }
H1.HeaderClassName
{
color: #850DDA;
}
.AnyTagClassName
{
color: #850DDA;
}
</style>
background-color css
<style>
a { background-color: #850DDA; }
a { background-color: rgb(133,13,218); }
div.DivClassName
{
background-color: #850DDA;
}
.BgClassName
{
background-color: #850DDA;
}
</style>
border-color css
<style>
span { border-color: #850DDA; }
span { border-color: rgb(133,13,218); }
td.TdClassName
{
border-color: #850DDA;
}
.TagClassName
{
border-color: #850DDA;
}
</style>