Shades of Dark Violet #850DD8
Tints of Dark Violet #850DD8
RGB
CMYK
RGB Variations
Color information
#850DD8 (or 0x850DD8) is known color: Dark Violet. HEX triplet: 85, 0D and D8. RGB value is (133,13,216). Sum of RGB (Red+Green+Blue) = 133+13+216=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 216 (84.77% from 255 or 59.67% from 362); Max value from RGB is 216 - color contains mainly: blue. Hex color #850DD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850DD8 is #7AF227. Grayscale: #474747. Windows color (decimal): -8057384 or 14159237. OLE color: 14159237.
HSL color Cylindrical-coordinate representation of color #850DD8: hue angle of 275.47º 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 #850DD8 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 13 | 216 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.15 |
| HSL | 275.47º | 0.89% | 0.45% | - |
| HSV(B) | 275.47º | 0.94% | 0.85% | - |
| XYZ | 22.21 | 10.23 | 65.77 | - |
| YUV | 72.02 | 209.26 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 216 | 0.38 | 0.94 | 0 | 0.15 | 275.47 | 0.89 | 0.45 |
| Hex | 85 | D | D8 | 26 | 5E | 0 | F | 113 | 59 | 2D |
| Octal | 205 | 15 | 330 | 46 | 136 | 0 | 17 | 423 | 131 | 55 |
| Binary | 10000101 | 1101 | 11011000 | 100110 | 1011110 | 0 | 1111 | 100010011 | 1011001 | 101101 |
Color Harmonies of #850DD8
Complementary color
Monochromatic Colors of #850DD8
Black with #850DD8
Text Example
Text Example
White with #850DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850DD8; }
p { color: rgb(133,13,216); }
H1.HeaderClassName
{
color: #850DD8;
}
.AnyTagClassName
{
color: #850DD8;
}
</style>
background-color css
<style>
a { background-color: #850DD8; }
a { background-color: rgb(133,13,216); }
div.DivClassName
{
background-color: #850DD8;
}
.BgClassName
{
background-color: #850DD8;
}
</style>
border-color css
<style>
span { border-color: #850DD8; }
span { border-color: rgb(133,13,216); }
td.TdClassName
{
border-color: #850DD8;
}
.TagClassName
{
border-color: #850DD8;
}
</style>