Shades of Dark Violet #830CCA
Tints of Dark Violet #830CCA
RGB
CMYK
RGB Variations
Color information
#830CCA (or 0x830CCA) is known color: Dark Violet. HEX triplet: 83, 0C and CA. RGB value is (131,12,202). Sum of RGB (Red+Green+Blue) = 131+12+202=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #830CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830CCA is #7CF335. Grayscale: #444444. Windows color (decimal): -8188726 or 13241475. OLE color: 13241475.
HSL color Cylindrical-coordinate representation of color #830CCA: hue angle of 277.58º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830CCA is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 12 | 202 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.21 |
| HSL | 277.58º | 0.89% | 0.42% | - |
| HSV(B) | 277.58º | 0.94% | 0.79% | - |
| XYZ | 20.15 | 9.35 | 56.62 | - |
| YUV | 69.24 | 202.92 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 12 | 202 | 0.35 | 0.94 | 0 | 0.21 | 277.58 | 0.89 | 0.42 |
| Hex | 83 | C | CA | 23 | 5E | 0 | 15 | 116 | 59 | 2A |
| Octal | 203 | 14 | 312 | 43 | 136 | 0 | 25 | 426 | 131 | 52 |
| Binary | 10000011 | 1100 | 11001010 | 100011 | 1011110 | 0 | 10101 | 100010110 | 1011001 | 101010 |
Color Harmonies of #830CCA
Complementary color
Monochromatic Colors of #830CCA
Black with #830CCA
Text Example
Text Example
White with #830CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830CCA; }
p { color: rgb(131,12,202); }
H1.HeaderClassName
{
color: #830CCA;
}
.AnyTagClassName
{
color: #830CCA;
}
</style>
background-color css
<style>
a { background-color: #830CCA; }
a { background-color: rgb(131,12,202); }
div.DivClassName
{
background-color: #830CCA;
}
.BgClassName
{
background-color: #830CCA;
}
</style>
border-color css
<style>
span { border-color: #830CCA; }
span { border-color: rgb(131,12,202); }
td.TdClassName
{
border-color: #830CCA;
}
.TagClassName
{
border-color: #830CCA;
}
</style>