Shades of Dark Violet #830AD3
Tints of Dark Violet #830AD3
RGB
CMYK
RGB Variations
Color information
#830AD3 (or 0x830AD3) is known color: Dark Violet. HEX triplet: 83, 0A and D3. RGB value is (131,10,211). Sum of RGB (Red+Green+Blue) = 131+10+211=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 211 (82.81% from 255 or 59.94% from 352); Max value from RGB is 211 - color contains mainly: blue. Hex color #830AD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830AD3 is #7CF52C. Grayscale: #444444. Windows color (decimal): -8189229 or 13830787. OLE color: 13830787.
HSL color Cylindrical-coordinate representation of color #830AD3: hue angle of 276.12º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830AD3 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 10 | 211 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.17 |
| HSL | 276.12º | 0.91% | 0.43% | - |
| HSV(B) | 276.12º | 0.95% | 0.83% | - |
| XYZ | 21.23 | 9.75 | 62.39 | - |
| YUV | 69.09 | 208.09 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 10 | 211 | 0.38 | 0.95 | 0 | 0.17 | 276.12 | 0.91 | 0.43 |
| Hex | 83 | A | D3 | 26 | 5F | 0 | 11 | 114 | 5B | 2B |
| Octal | 203 | 12 | 323 | 46 | 137 | 0 | 21 | 424 | 133 | 53 |
| Binary | 10000011 | 1010 | 11010011 | 100110 | 1011111 | 0 | 10001 | 100010100 | 1011011 | 101011 |
Color Harmonies of #830AD3
Complementary color
Monochromatic Colors of #830AD3
Black with #830AD3
Text Example
Text Example
White with #830AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830AD3; }
p { color: rgb(131,10,211); }
H1.HeaderClassName
{
color: #830AD3;
}
.AnyTagClassName
{
color: #830AD3;
}
</style>
background-color css
<style>
a { background-color: #830AD3; }
a { background-color: rgb(131,10,211); }
div.DivClassName
{
background-color: #830AD3;
}
.BgClassName
{
background-color: #830AD3;
}
</style>
border-color css
<style>
span { border-color: #830AD3; }
span { border-color: rgb(131,10,211); }
td.TdClassName
{
border-color: #830AD3;
}
.TagClassName
{
border-color: #830AD3;
}
</style>