Shades of Dark Violet #830DC3
Tints of Dark Violet #830DC3
RGB
CMYK
RGB Variations
Color information
#830DC3 (or 0x830DC3) is known color: Dark Violet. HEX triplet: 83, 0D and C3. RGB value is (131,13,195). Sum of RGB (Red+Green+Blue) = 131+13+195=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 195 (76.56% from 255 or 57.52% from 339); Max value from RGB is 195 - color contains mainly: blue. Hex color #830DC3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DC3 is #7CF23C. Grayscale: #444444. Windows color (decimal): -8188477 or 12782979. OLE color: 12782979.
HSL color Cylindrical-coordinate representation of color #830DC3: hue angle of 278.9º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830DC3 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 13 | 195 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.24 |
| HSL | 278.9º | 0.88% | 0.41% | - |
| HSV(B) | 278.9º | 0.93% | 0.76% | - |
| XYZ | 19.35 | 9.05 | 52.36 | - |
| YUV | 69.03 | 199.09 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 195 | 0.33 | 0.93 | 0 | 0.24 | 278.9 | 0.88 | 0.41 |
| Hex | 83 | D | C3 | 21 | 5D | 0 | 18 | 117 | 58 | 29 |
| Octal | 203 | 15 | 303 | 41 | 135 | 0 | 30 | 427 | 130 | 51 |
| Binary | 10000011 | 1101 | 11000011 | 100001 | 1011101 | 0 | 11000 | 100010111 | 1011000 | 101001 |
Color Harmonies of #830DC3
Complementary color
Monochromatic Colors of #830DC3
Black with #830DC3
Text Example
Text Example
White with #830DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830DC3; }
p { color: rgb(131,13,195); }
H1.HeaderClassName
{
color: #830DC3;
}
.AnyTagClassName
{
color: #830DC3;
}
</style>
background-color css
<style>
a { background-color: #830DC3; }
a { background-color: rgb(131,13,195); }
div.DivClassName
{
background-color: #830DC3;
}
.BgClassName
{
background-color: #830DC3;
}
</style>
border-color css
<style>
span { border-color: #830DC3; }
span { border-color: rgb(131,13,195); }
td.TdClassName
{
border-color: #830DC3;
}
.TagClassName
{
border-color: #830DC3;
}
</style>