Shades of Dark Violet #850CC8
Tints of Dark Violet #850CC8
RGB
CMYK
RGB Variations
Color information
#850CC8 (or 0x850CC8) is known color: Dark Violet. HEX triplet: 85, 0C and C8. RGB value is (133,12,200). Sum of RGB (Red+Green+Blue) = 133+12+200=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 200 (78.52% from 255 or 57.97% from 345); Max value from RGB is 200 - color contains mainly: blue. Hex color #850CC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850CC8 is #7AF337. Grayscale: #444444. Windows color (decimal): -8057656 or 13110405. OLE color: 13110405.
HSL color Cylindrical-coordinate representation of color #850CC8: hue angle of 278.62º degrees, saturation: 0.89, 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 #850CC8 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 12 | 200 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.22 |
| HSL | 278.62º | 0.89% | 0.42% | - |
| HSV(B) | 278.62º | 0.94% | 0.78% | - |
| XYZ | 20.23 | 9.42 | 55.4 | - |
| YUV | 69.61 | 201.59 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 200 | 0.34 | 0.94 | 0 | 0.22 | 278.62 | 0.89 | 0.42 |
| Hex | 85 | C | C8 | 22 | 5E | 0 | 16 | 117 | 59 | 2A |
| Octal | 205 | 14 | 310 | 42 | 136 | 0 | 26 | 427 | 131 | 52 |
| Binary | 10000101 | 1100 | 11001000 | 100010 | 1011110 | 0 | 10110 | 100010111 | 1011001 | 101010 |
Color Harmonies of #850CC8
Complementary color
Monochromatic Colors of #850CC8
Black with #850CC8
Text Example
Text Example
White with #850CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850CC8; }
p { color: rgb(133,12,200); }
H1.HeaderClassName
{
color: #850CC8;
}
.AnyTagClassName
{
color: #850CC8;
}
</style>
background-color css
<style>
a { background-color: #850CC8; }
a { background-color: rgb(133,12,200); }
div.DivClassName
{
background-color: #850CC8;
}
.BgClassName
{
background-color: #850CC8;
}
</style>
border-color css
<style>
span { border-color: #850CC8; }
span { border-color: rgb(133,12,200); }
td.TdClassName
{
border-color: #850CC8;
}
.TagClassName
{
border-color: #850CC8;
}
</style>