Shades of Dark Violet #830CBC
Tints of Dark Violet #830CBC
RGB
CMYK
RGB Variations
Color information
#830CBC (or 0x830CBC) is known color: Dark Violet. HEX triplet: 83, 0C and BC. RGB value is (131,12,188). Sum of RGB (Red+Green+Blue) = 131+12+188=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #830CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830CBC is #7CF343. Grayscale: #434343. Windows color (decimal): -8188740 or 12323971. OLE color: 12323971.
HSL color Cylindrical-coordinate representation of color #830CBC: hue angle of 280.57º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830CBC is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 12 | 188 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.26 |
| HSL | 280.57º | 0.88% | 0.39% | - |
| HSV(B) | 280.57º | 0.94% | 0.74% | - |
| XYZ | 18.57 | 8.72 | 48.28 | - |
| YUV | 67.65 | 195.92 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 12 | 188 | 0.30 | 0.94 | 0 | 0.26 | 280.57 | 0.88 | 0.39 |
| Hex | 83 | C | BC | 1E | 5E | 0 | 1A | 119 | 58 | 27 |
| Octal | 203 | 14 | 274 | 36 | 136 | 0 | 32 | 431 | 130 | 47 |
| Binary | 10000011 | 1100 | 10111100 | 11110 | 1011110 | 0 | 11010 | 100011001 | 1011000 | 100111 |
Color Harmonies of #830CBC
Complementary color
Monochromatic Colors of #830CBC
Black with #830CBC
Text Example
Text Example
White with #830CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830CBC; }
p { color: rgb(131,12,188); }
H1.HeaderClassName
{
color: #830CBC;
}
.AnyTagClassName
{
color: #830CBC;
}
</style>
background-color css
<style>
a { background-color: #830CBC; }
a { background-color: rgb(131,12,188); }
div.DivClassName
{
background-color: #830CBC;
}
.BgClassName
{
background-color: #830CBC;
}
</style>
border-color css
<style>
span { border-color: #830CBC; }
span { border-color: rgb(131,12,188); }
td.TdClassName
{
border-color: #830CBC;
}
.TagClassName
{
border-color: #830CBC;
}
</style>