Shades of Dark Violet #830DD5
Tints of Dark Violet #830DD5
RGB
CMYK
RGB Variations
Color information
#830DD5 (or 0x830DD5) is known color: Dark Violet. HEX triplet: 83, 0D and D5. RGB value is (131,13,213). Sum of RGB (Red+Green+Blue) = 131+13+213=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 213 (83.59% from 255 or 59.66% from 357); Max value from RGB is 213 - color contains mainly: blue. Hex color #830DD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DD5 is #7CF22A. Grayscale: #464646. Windows color (decimal): -8188459 or 13962627. OLE color: 13962627.
HSL color Cylindrical-coordinate representation of color #830DD5: hue angle of 275.4º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830DD5 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 13 | 213 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.16 |
| HSL | 275.4º | 0.88% | 0.44% | - |
| HSV(B) | 275.4º | 0.94% | 0.84% | - |
| XYZ | 21.51 | 9.92 | 63.73 | - |
| YUV | 71.08 | 208.09 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 213 | 0.38 | 0.94 | 0 | 0.16 | 275.4 | 0.88 | 0.44 |
| Hex | 83 | D | D5 | 26 | 5E | 0 | 10 | 113 | 58 | 2C |
| Octal | 203 | 15 | 325 | 46 | 136 | 0 | 20 | 423 | 130 | 54 |
| Binary | 10000011 | 1101 | 11010101 | 100110 | 1011110 | 0 | 10000 | 100010011 | 1011000 | 101100 |
Color Harmonies of #830DD5
Complementary color
Monochromatic Colors of #830DD5
Black with #830DD5
Text Example
Text Example
White with #830DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830DD5; }
p { color: rgb(131,13,213); }
H1.HeaderClassName
{
color: #830DD5;
}
.AnyTagClassName
{
color: #830DD5;
}
</style>
background-color css
<style>
a { background-color: #830DD5; }
a { background-color: rgb(131,13,213); }
div.DivClassName
{
background-color: #830DD5;
}
.BgClassName
{
background-color: #830DD5;
}
</style>
border-color css
<style>
span { border-color: #830DD5; }
span { border-color: rgb(131,13,213); }
td.TdClassName
{
border-color: #830DD5;
}
.TagClassName
{
border-color: #830DD5;
}
</style>