Shades of Dark Violet #830BB0
Tints of Dark Violet #830BB0
RGB
CMYK
RGB Variations
Color information
#830BB0 (or 0x830BB0) is known color: Dark Violet. HEX triplet: 83, 0B and B0. RGB value is (131,11,176). Sum of RGB (Red+Green+Blue) = 131+11+176=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 176 (69.14% from 255 or 55.35% from 318); Max value from RGB is 176 - color contains mainly: blue. Hex color #830BB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830BB0 is #7CF44F. Grayscale: #414141. Windows color (decimal): -8189008 or 11537283. OLE color: 11537283.
HSL color Cylindrical-coordinate representation of color #830BB0: hue angle of 283.64º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830BB0 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 11 | 176 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.31 |
| HSL | 283.64º | 0.88% | 0.37% | - |
| HSV(B) | 283.64º | 0.94% | 0.69% | - |
| XYZ | 17.32 | 8.2 | 41.74 | - |
| YUV | 65.69 | 190.26 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 176 | 0.26 | 0.94 | 0 | 0.31 | 283.64 | 0.88 | 0.37 |
| Hex | 83 | B | B0 | 1A | 5E | 0 | 1F | 11C | 58 | 25 |
| Octal | 203 | 13 | 260 | 32 | 136 | 0 | 37 | 434 | 130 | 45 |
| Binary | 10000011 | 1011 | 10110000 | 11010 | 1011110 | 0 | 11111 | 100011100 | 1011000 | 100101 |
Color Harmonies of #830BB0
Complementary color
Monochromatic Colors of #830BB0
Black with #830BB0
Text Example
Text Example
White with #830BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830BB0; }
p { color: rgb(131,11,176); }
H1.HeaderClassName
{
color: #830BB0;
}
.AnyTagClassName
{
color: #830BB0;
}
</style>
background-color css
<style>
a { background-color: #830BB0; }
a { background-color: rgb(131,11,176); }
div.DivClassName
{
background-color: #830BB0;
}
.BgClassName
{
background-color: #830BB0;
}
</style>
border-color css
<style>
span { border-color: #830BB0; }
span { border-color: rgb(131,11,176); }
td.TdClassName
{
border-color: #830BB0;
}
.TagClassName
{
border-color: #830BB0;
}
</style>