Shades of Dark Violet #830DD2
Tints of Dark Violet #830DD2
RGB
CMYK
RGB Variations
Color information
#830DD2 (or 0x830DD2) is known color: Dark Violet. HEX triplet: 83, 0D and D2. RGB value is (131,13,210). Sum of RGB (Red+Green+Blue) = 131+13+210=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 210 (82.42% from 255 or 59.32% from 354); Max value from RGB is 210 - color contains mainly: blue. Hex color #830DD2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DD2 is #7CF22D. Grayscale: #464646. Windows color (decimal): -8188462 or 13766019. OLE color: 13766019.
HSL color Cylindrical-coordinate representation of color #830DD2: hue angle of 275.94º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830DD2 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 13 | 210 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.18 |
| HSL | 275.94º | 0.88% | 0.44% | - |
| HSV(B) | 275.94º | 0.94% | 0.82% | - |
| XYZ | 21.14 | 9.77 | 61.74 | - |
| YUV | 70.74 | 206.59 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 210 | 0.38 | 0.94 | 0 | 0.18 | 275.94 | 0.88 | 0.44 |
| Hex | 83 | D | D2 | 26 | 5E | 0 | 12 | 114 | 58 | 2C |
| Octal | 203 | 15 | 322 | 46 | 136 | 0 | 22 | 424 | 130 | 54 |
| Binary | 10000011 | 1101 | 11010010 | 100110 | 1011110 | 0 | 10010 | 100010100 | 1011000 | 101100 |
Color Harmonies of #830DD2
Complementary color
Monochromatic Colors of #830DD2
Black with #830DD2
Text Example
Text Example
White with #830DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830DD2; }
p { color: rgb(131,13,210); }
H1.HeaderClassName
{
color: #830DD2;
}
.AnyTagClassName
{
color: #830DD2;
}
</style>
background-color css
<style>
a { background-color: #830DD2; }
a { background-color: rgb(131,13,210); }
div.DivClassName
{
background-color: #830DD2;
}
.BgClassName
{
background-color: #830DD2;
}
</style>
border-color css
<style>
span { border-color: #830DD2; }
span { border-color: rgb(131,13,210); }
td.TdClassName
{
border-color: #830DD2;
}
.TagClassName
{
border-color: #830DD2;
}
</style>