Shades of Dark Violet #850ACE
Tints of Dark Violet #850ACE
RGB
CMYK
RGB Variations
Color information
#850ACE (or 0x850ACE) is known color: Dark Violet. HEX triplet: 85, 0A and CE. RGB value is (133,10,206). Sum of RGB (Red+Green+Blue) = 133+10+206=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #850ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850ACE is #7AF531. Grayscale: #444444. Windows color (decimal): -8058162 or 13503109. OLE color: 13503109.
HSL color Cylindrical-coordinate representation of color #850ACE: hue angle of 277.65º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850ACE is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 10 | 206 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.19 |
| HSL | 277.65º | 0.91% | 0.42% | - |
| HSV(B) | 277.65º | 0.95% | 0.81% | - |
| XYZ | 20.92 | 9.66 | 59.15 | - |
| YUV | 69.12 | 205.25 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 206 | 0.35 | 0.95 | 0 | 0.19 | 277.65 | 0.91 | 0.42 |
| Hex | 85 | A | CE | 23 | 5F | 0 | 13 | 116 | 5B | 2A |
| Octal | 205 | 12 | 316 | 43 | 137 | 0 | 23 | 426 | 133 | 52 |
| Binary | 10000101 | 1010 | 11001110 | 100011 | 1011111 | 0 | 10011 | 100010110 | 1011011 | 101010 |
Color Harmonies of #850ACE
Complementary color
Monochromatic Colors of #850ACE
Black with #850ACE
Text Example
Text Example
White with #850ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850ACE; }
p { color: rgb(133,10,206); }
H1.HeaderClassName
{
color: #850ACE;
}
.AnyTagClassName
{
color: #850ACE;
}
</style>
background-color css
<style>
a { background-color: #850ACE; }
a { background-color: rgb(133,10,206); }
div.DivClassName
{
background-color: #850ACE;
}
.BgClassName
{
background-color: #850ACE;
}
</style>
border-color css
<style>
span { border-color: #850ACE; }
span { border-color: rgb(133,10,206); }
td.TdClassName
{
border-color: #850ACE;
}
.TagClassName
{
border-color: #850ACE;
}
</style>