Shades of Dark Violet #830FBB
Tints of Dark Violet #830FBB
RGB
CMYK
RGB Variations
Color information
#830FBB (or 0x830FBB) is known color: Dark Violet. HEX triplet: 83, 0F and BB. RGB value is (131,15,187). Sum of RGB (Red+Green+Blue) = 131+15+187=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #830FBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830FBB is #7CF044. Grayscale: #444444. Windows color (decimal): -8187973 or 12259203. OLE color: 12259203.
HSL color Cylindrical-coordinate representation of color #830FBB: hue angle of 280.47º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830FBB is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 15 | 187 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.27 |
| HSL | 280.47º | 0.85% | 0.4% | - |
| HSV(B) | 280.47º | 0.92% | 0.73% | - |
| XYZ | 18.5 | 8.75 | 47.73 | - |
| YUV | 69.29 | 194.43 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 15 | 187 | 0.30 | 0.92 | 0 | 0.27 | 280.47 | 0.85 | 0.4 |
| Hex | 83 | F | BB | 1E | 5C | 0 | 1B | 118 | 55 | 28 |
| Octal | 203 | 17 | 273 | 36 | 134 | 0 | 33 | 430 | 125 | 50 |
| Binary | 10000011 | 1111 | 10111011 | 11110 | 1011100 | 0 | 11011 | 100011000 | 1010101 | 101000 |
Color Harmonies of #830FBB
Complementary color
Monochromatic Colors of #830FBB
Black with #830FBB
Text Example
Text Example
White with #830FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830FBB; }
p { color: rgb(131,15,187); }
H1.HeaderClassName
{
color: #830FBB;
}
.AnyTagClassName
{
color: #830FBB;
}
</style>
background-color css
<style>
a { background-color: #830FBB; }
a { background-color: rgb(131,15,187); }
div.DivClassName
{
background-color: #830FBB;
}
.BgClassName
{
background-color: #830FBB;
}
</style>
border-color css
<style>
span { border-color: #830FBB; }
span { border-color: rgb(131,15,187); }
td.TdClassName
{
border-color: #830FBB;
}
.TagClassName
{
border-color: #830FBB;
}
</style>