Shades of Dark Violet #850DC8
Tints of Dark Violet #850DC8
RGB
CMYK
RGB Variations
Color information
#850DC8 (or 0x850DC8) is known color: Dark Violet. HEX triplet: 85, 0D and C8. RGB value is (133,13,200). Sum of RGB (Red+Green+Blue) = 133+13+200=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 200 (78.52% from 255 or 57.80% from 346); Max value from RGB is 200 - color contains mainly: blue. Hex color #850DC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850DC8 is #7AF237. Grayscale: #454545. Windows color (decimal): -8057400 or 13110661. OLE color: 13110661.
HSL color Cylindrical-coordinate representation of color #850DC8: hue angle of 278.5º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850DC8 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 13 | 200 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.22 |
| HSL | 278.5º | 0.88% | 0.42% | - |
| HSV(B) | 278.5º | 0.94% | 0.78% | - |
| XYZ | 20.24 | 9.44 | 55.4 | - |
| YUV | 70.2 | 201.26 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 200 | 0.34 | 0.94 | 0 | 0.22 | 278.5 | 0.88 | 0.42 |
| Hex | 85 | D | C8 | 22 | 5E | 0 | 16 | 117 | 58 | 2A |
| Octal | 205 | 15 | 310 | 42 | 136 | 0 | 26 | 427 | 130 | 52 |
| Binary | 10000101 | 1101 | 11001000 | 100010 | 1011110 | 0 | 10110 | 100010111 | 1011000 | 101010 |
Color Harmonies of #850DC8
Complementary color
Monochromatic Colors of #850DC8
Black with #850DC8
Text Example
Text Example
White with #850DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850DC8; }
p { color: rgb(133,13,200); }
H1.HeaderClassName
{
color: #850DC8;
}
.AnyTagClassName
{
color: #850DC8;
}
</style>
background-color css
<style>
a { background-color: #850DC8; }
a { background-color: rgb(133,13,200); }
div.DivClassName
{
background-color: #850DC8;
}
.BgClassName
{
background-color: #850DC8;
}
</style>
border-color css
<style>
span { border-color: #850DC8; }
span { border-color: rgb(133,13,200); }
td.TdClassName
{
border-color: #850DC8;
}
.TagClassName
{
border-color: #850DC8;
}
</style>