Shades of Dark Violet #830AD9
Tints of Dark Violet #830AD9
RGB
CMYK
RGB Variations
Color information
#830AD9 (or 0x830AD9) is known color: Dark Violet. HEX triplet: 83, 0A and D9. RGB value is (131,10,217). Sum of RGB (Red+Green+Blue) = 131+10+217=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 217 (85.16% from 255 or 60.61% from 358); Max value from RGB is 217 - color contains mainly: blue. Hex color #830AD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830AD9 is #7CF526. Grayscale: #454545. Windows color (decimal): -8189223 or 14224003. OLE color: 14224003.
HSL color Cylindrical-coordinate representation of color #830AD9: hue angle of 275.07º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830AD9 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 10 | 217 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.15 |
| HSL | 275.07º | 0.91% | 0.45% | - |
| HSV(B) | 275.07º | 0.95% | 0.85% | - |
| XYZ | 21.99 | 10.05 | 66.43 | - |
| YUV | 69.78 | 211.09 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 10 | 217 | 0.40 | 0.95 | 0 | 0.15 | 275.07 | 0.91 | 0.45 |
| Hex | 83 | A | D9 | 28 | 5F | 0 | F | 113 | 5B | 2D |
| Octal | 203 | 12 | 331 | 50 | 137 | 0 | 17 | 423 | 133 | 55 |
| Binary | 10000011 | 1010 | 11011001 | 101000 | 1011111 | 0 | 1111 | 100010011 | 1011011 | 101101 |
Color Harmonies of #830AD9
Complementary color
Monochromatic Colors of #830AD9
Black with #830AD9
Text Example
Text Example
White with #830AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830AD9; }
p { color: rgb(131,10,217); }
H1.HeaderClassName
{
color: #830AD9;
}
.AnyTagClassName
{
color: #830AD9;
}
</style>
background-color css
<style>
a { background-color: #830AD9; }
a { background-color: rgb(131,10,217); }
div.DivClassName
{
background-color: #830AD9;
}
.BgClassName
{
background-color: #830AD9;
}
</style>
border-color css
<style>
span { border-color: #830AD9; }
span { border-color: rgb(131,10,217); }
td.TdClassName
{
border-color: #830AD9;
}
.TagClassName
{
border-color: #830AD9;
}
</style>