Shades of Dark Violet #830BB5
Tints of Dark Violet #830BB5
RGB
CMYK
RGB Variations
Color information
#830BB5 (or 0x830BB5) is known color: Dark Violet. HEX triplet: 83, 0B and B5. RGB value is (131,11,181). Sum of RGB (Red+Green+Blue) = 131+11+181=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 181 (71.09% from 255 or 56.04% from 323); Max value from RGB is 181 - color contains mainly: blue. Hex color #830BB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BB5 is #7CF44A. Grayscale: #414141. Windows color (decimal): -8189003 or 11864963. OLE color: 11864963.
HSL color Cylindrical-coordinate representation of color #830BB5: hue angle of 282.35º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830BB5 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 11 | 181 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.29 |
| HSL | 282.35º | 0.89% | 0.38% | - |
| HSV(B) | 282.35º | 0.94% | 0.71% | - |
| XYZ | 17.82 | 8.4 | 44.4 | - |
| YUV | 66.26 | 192.76 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 181 | 0.28 | 0.94 | 0 | 0.29 | 282.35 | 0.89 | 0.38 |
| Hex | 83 | B | B5 | 1C | 5E | 0 | 1D | 11A | 59 | 26 |
| Octal | 203 | 13 | 265 | 34 | 136 | 0 | 35 | 432 | 131 | 46 |
| Binary | 10000011 | 1011 | 10110101 | 11100 | 1011110 | 0 | 11101 | 100011010 | 1011001 | 100110 |
Color Harmonies of #830BB5
Complementary color
Monochromatic Colors of #830BB5
Black with #830BB5
Text Example
Text Example
White with #830BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830BB5; }
p { color: rgb(131,11,181); }
H1.HeaderClassName
{
color: #830BB5;
}
.AnyTagClassName
{
color: #830BB5;
}
</style>
background-color css
<style>
a { background-color: #830BB5; }
a { background-color: rgb(131,11,181); }
div.DivClassName
{
background-color: #830BB5;
}
.BgClassName
{
background-color: #830BB5;
}
</style>
border-color css
<style>
span { border-color: #830BB5; }
span { border-color: rgb(131,11,181); }
td.TdClassName
{
border-color: #830BB5;
}
.TagClassName
{
border-color: #830BB5;
}
</style>