Shades of Dark Violet #830DCF
Tints of Dark Violet #830DCF
RGB
CMYK
RGB Variations
Color information
#830DCF (or 0x830DCF) is known color: Dark Violet. HEX triplet: 83, 0D and CF. RGB value is (131,13,207). Sum of RGB (Red+Green+Blue) = 131+13+207=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #830DCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DCF is #7CF230. Grayscale: #454545. Windows color (decimal): -8188465 or 13569411. OLE color: 13569411.
HSL color Cylindrical-coordinate representation of color #830DCF: hue angle of 276.49º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830DCF is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 13 | 207 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.19 |
| HSL | 276.49º | 0.88% | 0.43% | - |
| HSV(B) | 276.49º | 0.94% | 0.81% | - |
| XYZ | 20.77 | 9.62 | 59.79 | - |
| YUV | 70.4 | 205.09 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 207 | 0.37 | 0.94 | 0 | 0.19 | 276.49 | 0.88 | 0.43 |
| Hex | 83 | D | CF | 25 | 5E | 0 | 13 | 114 | 58 | 2B |
| Octal | 203 | 15 | 317 | 45 | 136 | 0 | 23 | 424 | 130 | 53 |
| Binary | 10000011 | 1101 | 11001111 | 100101 | 1011110 | 0 | 10011 | 100010100 | 1011000 | 101011 |
Color Harmonies of #830DCF
Complementary color
Monochromatic Colors of #830DCF
Black with #830DCF
Text Example
Text Example
White with #830DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830DCF; }
p { color: rgb(131,13,207); }
H1.HeaderClassName
{
color: #830DCF;
}
.AnyTagClassName
{
color: #830DCF;
}
</style>
background-color css
<style>
a { background-color: #830DCF; }
a { background-color: rgb(131,13,207); }
div.DivClassName
{
background-color: #830DCF;
}
.BgClassName
{
background-color: #830DCF;
}
</style>
border-color css
<style>
span { border-color: #830DCF; }
span { border-color: rgb(131,13,207); }
td.TdClassName
{
border-color: #830DCF;
}
.TagClassName
{
border-color: #830DCF;
}
</style>