Shades of Dark Violet #850DCC
Tints of Dark Violet #850DCC
RGB
CMYK
RGB Variations
Color information
#850DCC (or 0x850DCC) is known color: Dark Violet. HEX triplet: 85, 0D and CC. RGB value is (133,13,204). Sum of RGB (Red+Green+Blue) = 133+13+204=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #850DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850DCC is #7AF233. Grayscale: #464646. Windows color (decimal): -8057396 or 13372805. OLE color: 13372805.
HSL color Cylindrical-coordinate representation of color #850DCC: hue angle of 277.7º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850DCC is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 13 | 204 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.2 |
| HSL | 277.7º | 0.88% | 0.43% | - |
| HSV(B) | 277.7º | 0.94% | 0.8% | - |
| XYZ | 20.72 | 9.63 | 57.89 | - |
| YUV | 70.65 | 203.26 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 204 | 0.35 | 0.94 | 0 | 0.2 | 277.7 | 0.88 | 0.43 |
| Hex | 85 | D | CC | 23 | 5E | 0 | 14 | 116 | 58 | 2B |
| Octal | 205 | 15 | 314 | 43 | 136 | 0 | 24 | 426 | 130 | 53 |
| Binary | 10000101 | 1101 | 11001100 | 100011 | 1011110 | 0 | 10100 | 100010110 | 1011000 | 101011 |
Color Harmonies of #850DCC
Complementary color
Monochromatic Colors of #850DCC
Black with #850DCC
Text Example
Text Example
White with #850DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850DCC; }
p { color: rgb(133,13,204); }
H1.HeaderClassName
{
color: #850DCC;
}
.AnyTagClassName
{
color: #850DCC;
}
</style>
background-color css
<style>
a { background-color: #850DCC; }
a { background-color: rgb(133,13,204); }
div.DivClassName
{
background-color: #850DCC;
}
.BgClassName
{
background-color: #850DCC;
}
</style>
border-color css
<style>
span { border-color: #850DCC; }
span { border-color: rgb(133,13,204); }
td.TdClassName
{
border-color: #850DCC;
}
.TagClassName
{
border-color: #850DCC;
}
</style>