Shades of Dark Violet #830CC0
Tints of Dark Violet #830CC0
RGB
CMYK
RGB Variations
Color information
#830CC0 (or 0x830CC0) is known color: Dark Violet. HEX triplet: 83, 0C and C0. RGB value is (131,12,192). Sum of RGB (Red+Green+Blue) = 131+12+192=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 192 (75.39% from 255 or 57.31% from 335); Max value from RGB is 192 - color contains mainly: blue. Hex color #830CC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830CC0 is #7CF33F. Grayscale: #434343. Windows color (decimal): -8188736 or 12586115. OLE color: 12586115.
HSL color Cylindrical-coordinate representation of color #830CC0: hue angle of 279.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830CC0 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 12 | 192 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.25 |
| HSL | 279.67º | 0.88% | 0.4% | - |
| HSV(B) | 279.67º | 0.94% | 0.75% | - |
| XYZ | 19.01 | 8.89 | 50.58 | - |
| YUV | 68.1 | 197.92 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 12 | 192 | 0.32 | 0.94 | 0 | 0.25 | 279.67 | 0.88 | 0.4 |
| Hex | 83 | C | C0 | 20 | 5E | 0 | 19 | 118 | 58 | 28 |
| Octal | 203 | 14 | 300 | 40 | 136 | 0 | 31 | 430 | 130 | 50 |
| Binary | 10000011 | 1100 | 11000000 | 100000 | 1011110 | 0 | 11001 | 100011000 | 1011000 | 101000 |
Color Harmonies of #830CC0
Complementary color
Monochromatic Colors of #830CC0
Black with #830CC0
Text Example
Text Example
White with #830CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830CC0; }
p { color: rgb(131,12,192); }
H1.HeaderClassName
{
color: #830CC0;
}
.AnyTagClassName
{
color: #830CC0;
}
</style>
background-color css
<style>
a { background-color: #830CC0; }
a { background-color: rgb(131,12,192); }
div.DivClassName
{
background-color: #830CC0;
}
.BgClassName
{
background-color: #830CC0;
}
</style>
border-color css
<style>
span { border-color: #830CC0; }
span { border-color: rgb(131,12,192); }
td.TdClassName
{
border-color: #830CC0;
}
.TagClassName
{
border-color: #830CC0;
}
</style>