Shades of Dark Violet #850AC5
Tints of Dark Violet #850AC5
RGB
CMYK
RGB Variations
Color information
#850AC5 (or 0x850AC5) is known color: Dark Violet. HEX triplet: 85, 0A and C5. RGB value is (133,10,197). Sum of RGB (Red+Green+Blue) = 133+10+197=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 197 (77.34% from 255 or 57.94% from 340); Max value from RGB is 197 - color contains mainly: blue. Hex color #850AC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850AC5 is #7AF53A. Grayscale: #434343. Windows color (decimal): -8058171 or 12913285. OLE color: 12913285.
HSL color Cylindrical-coordinate representation of color #850AC5: hue angle of 279.47º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850AC5 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 10 | 197 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.23 |
| HSL | 279.47º | 0.9% | 0.41% | - |
| HSV(B) | 279.47º | 0.95% | 0.77% | - |
| XYZ | 19.86 | 9.23 | 53.56 | - |
| YUV | 68.1 | 200.75 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 197 | 0.32 | 0.95 | 0 | 0.23 | 279.47 | 0.9 | 0.41 |
| Hex | 85 | A | C5 | 20 | 5F | 0 | 17 | 117 | 5A | 29 |
| Octal | 205 | 12 | 305 | 40 | 137 | 0 | 27 | 427 | 132 | 51 |
| Binary | 10000101 | 1010 | 11000101 | 100000 | 1011111 | 0 | 10111 | 100010111 | 1011010 | 101001 |
Color Harmonies of #850AC5
Complementary color
Monochromatic Colors of #850AC5
Black with #850AC5
Text Example
Text Example
White with #850AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850AC5; }
p { color: rgb(133,10,197); }
H1.HeaderClassName
{
color: #850AC5;
}
.AnyTagClassName
{
color: #850AC5;
}
</style>
background-color css
<style>
a { background-color: #850AC5; }
a { background-color: rgb(133,10,197); }
div.DivClassName
{
background-color: #850AC5;
}
.BgClassName
{
background-color: #850AC5;
}
</style>
border-color css
<style>
span { border-color: #850AC5; }
span { border-color: rgb(133,10,197); }
td.TdClassName
{
border-color: #850AC5;
}
.TagClassName
{
border-color: #850AC5;
}
</style>