Shades of Dark Violet #850AC2
Tints of Dark Violet #850AC2
RGB
CMYK
RGB Variations
Color information
#850AC2 (or 0x850AC2) is known color: Dark Violet. HEX triplet: 85, 0A and C2. RGB value is (133,10,194). Sum of RGB (Red+Green+Blue) = 133+10+194=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 194 (76.17% from 255 or 57.57% from 337); Max value from RGB is 194 - color contains mainly: blue. Hex color #850AC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850AC2 is #7AF53D. Grayscale: #434343. Windows color (decimal): -8058174 or 12716677. OLE color: 12716677.
HSL color Cylindrical-coordinate representation of color #850AC2: hue angle of 280.11º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850AC2 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 10 | 194 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.24 |
| HSL | 280.11º | 0.9% | 0.4% | - |
| HSV(B) | 280.11º | 0.95% | 0.76% | - |
| XYZ | 19.52 | 9.1 | 51.77 | - |
| YUV | 67.75 | 199.25 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 194 | 0.31 | 0.95 | 0 | 0.24 | 280.11 | 0.9 | 0.4 |
| Hex | 85 | A | C2 | 1F | 5F | 0 | 18 | 118 | 5A | 28 |
| Octal | 205 | 12 | 302 | 37 | 137 | 0 | 30 | 430 | 132 | 50 |
| Binary | 10000101 | 1010 | 11000010 | 11111 | 1011111 | 0 | 11000 | 100011000 | 1011010 | 101000 |
Color Harmonies of #850AC2
Complementary color
Monochromatic Colors of #850AC2
Black with #850AC2
Text Example
Text Example
White with #850AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850AC2; }
p { color: rgb(133,10,194); }
H1.HeaderClassName
{
color: #850AC2;
}
.AnyTagClassName
{
color: #850AC2;
}
</style>
background-color css
<style>
a { background-color: #850AC2; }
a { background-color: rgb(133,10,194); }
div.DivClassName
{
background-color: #850AC2;
}
.BgClassName
{
background-color: #850AC2;
}
</style>
border-color css
<style>
span { border-color: #850AC2; }
span { border-color: rgb(133,10,194); }
td.TdClassName
{
border-color: #850AC2;
}
.TagClassName
{
border-color: #850AC2;
}
</style>