Shades of Dark Violet #830FBC
Tints of Dark Violet #830FBC
RGB
CMYK
RGB Variations
Color information
#830FBC (or 0x830FBC) is known color: Dark Violet. HEX triplet: 83, 0F and BC. RGB value is (131,15,188). Sum of RGB (Red+Green+Blue) = 131+15+188=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #830FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830FBC is #7CF043. Grayscale: #444444. Windows color (decimal): -8187972 or 12324739. OLE color: 12324739.
HSL color Cylindrical-coordinate representation of color #830FBC: hue angle of 280.23º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830FBC is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 15 | 188 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.26 |
| HSL | 280.23º | 0.85% | 0.4% | - |
| HSV(B) | 280.23º | 0.92% | 0.74% | - |
| XYZ | 18.61 | 8.8 | 48.29 | - |
| YUV | 69.41 | 194.93 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 15 | 188 | 0.30 | 0.92 | 0 | 0.26 | 280.23 | 0.85 | 0.4 |
| Hex | 83 | F | BC | 1E | 5C | 0 | 1A | 118 | 55 | 28 |
| Octal | 203 | 17 | 274 | 36 | 134 | 0 | 32 | 430 | 125 | 50 |
| Binary | 10000011 | 1111 | 10111100 | 11110 | 1011100 | 0 | 11010 | 100011000 | 1010101 | 101000 |
Color Harmonies of #830FBC
Complementary color
Monochromatic Colors of #830FBC
Black with #830FBC
Text Example
Text Example
White with #830FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830FBC; }
p { color: rgb(131,15,188); }
H1.HeaderClassName
{
color: #830FBC;
}
.AnyTagClassName
{
color: #830FBC;
}
</style>
background-color css
<style>
a { background-color: #830FBC; }
a { background-color: rgb(131,15,188); }
div.DivClassName
{
background-color: #830FBC;
}
.BgClassName
{
background-color: #830FBC;
}
</style>
border-color css
<style>
span { border-color: #830FBC; }
span { border-color: rgb(131,15,188); }
td.TdClassName
{
border-color: #830FBC;
}
.TagClassName
{
border-color: #830FBC;
}
</style>