Shades of Dark Violet #830BC1
Tints of Dark Violet #830BC1
RGB
CMYK
RGB Variations
Color information
#830BC1 (or 0x830BC1) is known color: Dark Violet. HEX triplet: 83, 0B and C1. RGB value is (131,11,193). Sum of RGB (Red+Green+Blue) = 131+11+193=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #830BC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BC1 is #7CF43E. Grayscale: #434343. Windows color (decimal): -8188991 or 12651395. OLE color: 12651395.
HSL color Cylindrical-coordinate representation of color #830BC1: hue angle of 279.56º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830BC1 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 11 | 193 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.24 |
| HSL | 279.56º | 0.89% | 0.4% | - |
| HSV(B) | 279.56º | 0.94% | 0.76% | - |
| XYZ | 19.11 | 8.91 | 51.17 | - |
| YUV | 67.63 | 198.76 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 193 | 0.32 | 0.94 | 0 | 0.24 | 279.56 | 0.89 | 0.4 |
| Hex | 83 | B | C1 | 20 | 5E | 0 | 18 | 118 | 59 | 28 |
| Octal | 203 | 13 | 301 | 40 | 136 | 0 | 30 | 430 | 131 | 50 |
| Binary | 10000011 | 1011 | 11000001 | 100000 | 1011110 | 0 | 11000 | 100011000 | 1011001 | 101000 |
Color Harmonies of #830BC1
Complementary color
Monochromatic Colors of #830BC1
Black with #830BC1
Text Example
Text Example
White with #830BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830BC1; }
p { color: rgb(131,11,193); }
H1.HeaderClassName
{
color: #830BC1;
}
.AnyTagClassName
{
color: #830BC1;
}
</style>
background-color css
<style>
a { background-color: #830BC1; }
a { background-color: rgb(131,11,193); }
div.DivClassName
{
background-color: #830BC1;
}
.BgClassName
{
background-color: #830BC1;
}
</style>
border-color css
<style>
span { border-color: #830BC1; }
span { border-color: rgb(131,11,193); }
td.TdClassName
{
border-color: #830BC1;
}
.TagClassName
{
border-color: #830BC1;
}
</style>