Shades of Dark Violet #830BD0
Tints of Dark Violet #830BD0
RGB
CMYK
RGB Variations
Color information
#830BD0 (or 0x830BD0) is known color: Dark Violet. HEX triplet: 83, 0B and D0. RGB value is (131,11,208). Sum of RGB (Red+Green+Blue) = 131+11+208=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 208 (81.64% from 255 or 59.43% from 350); Max value from RGB is 208 - color contains mainly: blue. Hex color #830BD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BD0 is #7CF42F. Grayscale: #444444. Windows color (decimal): -8188976 or 13634435. OLE color: 13634435.
HSL color Cylindrical-coordinate representation of color #830BD0: hue angle of 276.55º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830BD0 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 11 | 208 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.18 |
| HSL | 276.55º | 0.9% | 0.43% | - |
| HSV(B) | 276.55º | 0.95% | 0.82% | - |
| XYZ | 20.86 | 9.62 | 60.43 | - |
| YUV | 69.34 | 206.26 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 208 | 0.37 | 0.95 | 0 | 0.18 | 276.55 | 0.9 | 0.43 |
| Hex | 83 | B | D0 | 25 | 5F | 0 | 12 | 115 | 5A | 2B |
| Octal | 203 | 13 | 320 | 45 | 137 | 0 | 22 | 425 | 132 | 53 |
| Binary | 10000011 | 1011 | 11010000 | 100101 | 1011111 | 0 | 10010 | 100010101 | 1011010 | 101011 |
Color Harmonies of #830BD0
Complementary color
Monochromatic Colors of #830BD0
Black with #830BD0
Text Example
Text Example
White with #830BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830BD0; }
p { color: rgb(131,11,208); }
H1.HeaderClassName
{
color: #830BD0;
}
.AnyTagClassName
{
color: #830BD0;
}
</style>
background-color css
<style>
a { background-color: #830BD0; }
a { background-color: rgb(131,11,208); }
div.DivClassName
{
background-color: #830BD0;
}
.BgClassName
{
background-color: #830BD0;
}
</style>
border-color css
<style>
span { border-color: #830BD0; }
span { border-color: rgb(131,11,208); }
td.TdClassName
{
border-color: #830BD0;
}
.TagClassName
{
border-color: #830BD0;
}
</style>