Shades of Dark Violet #830FDB
Tints of Dark Violet #830FDB
RGB
CMYK
RGB Variations
Color information
#830FDB (or 0x830FDB) is known color: Dark Violet. HEX triplet: 83, 0F and DB. RGB value is (131,15,219). Sum of RGB (Red+Green+Blue) = 131+15+219=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #830FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830FDB is #7CF024. Grayscale: #484848. Windows color (decimal): -8187941 or 14356355. OLE color: 14356355.
HSL color Cylindrical-coordinate representation of color #830FDB: hue angle of 274.12º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830FDB is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 15 | 219 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.14 |
| HSL | 274.12º | 0.87% | 0.46% | - |
| HSV(B) | 274.12º | 0.93% | 0.86% | - |
| XYZ | 22.32 | 10.28 | 67.83 | - |
| YUV | 72.94 | 210.43 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 15 | 219 | 0.40 | 0.93 | 0 | 0.14 | 274.12 | 0.87 | 0.46 |
| Hex | 83 | F | DB | 28 | 5D | 0 | E | 112 | 57 | 2E |
| Octal | 203 | 17 | 333 | 50 | 135 | 0 | 16 | 422 | 127 | 56 |
| Binary | 10000011 | 1111 | 11011011 | 101000 | 1011101 | 0 | 1110 | 100010010 | 1010111 | 101110 |
Color Harmonies of #830FDB
Complementary color
Monochromatic Colors of #830FDB
Black with #830FDB
Text Example
Text Example
White with #830FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830FDB; }
p { color: rgb(131,15,219); }
H1.HeaderClassName
{
color: #830FDB;
}
.AnyTagClassName
{
color: #830FDB;
}
</style>
background-color css
<style>
a { background-color: #830FDB; }
a { background-color: rgb(131,15,219); }
div.DivClassName
{
background-color: #830FDB;
}
.BgClassName
{
background-color: #830FDB;
}
</style>
border-color css
<style>
span { border-color: #830FDB; }
span { border-color: rgb(131,15,219); }
td.TdClassName
{
border-color: #830FDB;
}
.TagClassName
{
border-color: #830FDB;
}
</style>