Shades of Dark Violet #830AD0
Tints of Dark Violet #830AD0
RGB
CMYK
RGB Variations
Color information
#830AD0 (or 0x830AD0) is known color: Dark Violet. HEX triplet: 83, 0A and D0. RGB value is (131,10,208). Sum of RGB (Red+Green+Blue) = 131+10+208=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 208 (81.64% from 255 or 59.60% from 349); Max value from RGB is 208 - color contains mainly: blue. Hex color #830AD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830AD0 is #7CF52F. Grayscale: #444444. Windows color (decimal): -8189232 or 13634179. OLE color: 13634179.
HSL color Cylindrical-coordinate representation of color #830AD0: hue angle of 276.67º degrees, saturation: 0.91, 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 #830AD0 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 10 | 208 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.18 |
| HSL | 276.67º | 0.91% | 0.43% | - |
| HSV(B) | 276.67º | 0.95% | 0.82% | - |
| XYZ | 20.85 | 9.6 | 60.43 | - |
| YUV | 68.75 | 206.59 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 10 | 208 | 0.37 | 0.95 | 0 | 0.18 | 276.67 | 0.91 | 0.43 |
| Hex | 83 | A | D0 | 25 | 5F | 0 | 12 | 115 | 5B | 2B |
| Octal | 203 | 12 | 320 | 45 | 137 | 0 | 22 | 425 | 133 | 53 |
| Binary | 10000011 | 1010 | 11010000 | 100101 | 1011111 | 0 | 10010 | 100010101 | 1011011 | 101011 |
Color Harmonies of #830AD0
Complementary color
Monochromatic Colors of #830AD0
Black with #830AD0
Text Example
Text Example
White with #830AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830AD0; }
p { color: rgb(131,10,208); }
H1.HeaderClassName
{
color: #830AD0;
}
.AnyTagClassName
{
color: #830AD0;
}
</style>
background-color css
<style>
a { background-color: #830AD0; }
a { background-color: rgb(131,10,208); }
div.DivClassName
{
background-color: #830AD0;
}
.BgClassName
{
background-color: #830AD0;
}
</style>
border-color css
<style>
span { border-color: #830AD0; }
span { border-color: rgb(131,10,208); }
td.TdClassName
{
border-color: #830AD0;
}
.TagClassName
{
border-color: #830AD0;
}
</style>