Shades of Dark Violet #830BBC
Tints of Dark Violet #830BBC
RGB
CMYK
RGB Variations
Color information
#830BBC (or 0x830BBC) is known color: Dark Violet. HEX triplet: 83, 0B and BC. RGB value is (131,11,188). Sum of RGB (Red+Green+Blue) = 131+11+188=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #830BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BBC is #7CF443. Grayscale: #424242. Windows color (decimal): -8188996 or 12323715. OLE color: 12323715.
HSL color Cylindrical-coordinate representation of color #830BBC: hue angle of 280.68º degrees, saturation: 0.89, 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 #830BBC is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 11 | 188 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.26 |
| HSL | 280.68º | 0.89% | 0.39% | - |
| HSV(B) | 280.68º | 0.94% | 0.74% | - |
| XYZ | 18.56 | 8.7 | 48.28 | - |
| YUV | 67.06 | 196.26 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 188 | 0.30 | 0.94 | 0 | 0.26 | 280.68 | 0.89 | 0.39 |
| Hex | 83 | B | BC | 1E | 5E | 0 | 1A | 119 | 59 | 27 |
| Octal | 203 | 13 | 274 | 36 | 136 | 0 | 32 | 431 | 131 | 47 |
| Binary | 10000011 | 1011 | 10111100 | 11110 | 1011110 | 0 | 11010 | 100011001 | 1011001 | 100111 |
Color Harmonies of #830BBC
Complementary color
Monochromatic Colors of #830BBC
Black with #830BBC
Text Example
Text Example
White with #830BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830BBC; }
p { color: rgb(131,11,188); }
H1.HeaderClassName
{
color: #830BBC;
}
.AnyTagClassName
{
color: #830BBC;
}
</style>
background-color css
<style>
a { background-color: #830BBC; }
a { background-color: rgb(131,11,188); }
div.DivClassName
{
background-color: #830BBC;
}
.BgClassName
{
background-color: #830BBC;
}
</style>
border-color css
<style>
span { border-color: #830BBC; }
span { border-color: rgb(131,11,188); }
td.TdClassName
{
border-color: #830BBC;
}
.TagClassName
{
border-color: #830BBC;
}
</style>