Shades of Dark Violet #830FD7
Tints of Dark Violet #830FD7
RGB
CMYK
RGB Variations
Color information
#830FD7 (or 0x830FD7) is known color: Dark Violet. HEX triplet: 83, 0F and D7. RGB value is (131,15,215). Sum of RGB (Red+Green+Blue) = 131+15+215=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 215 (84.38% from 255 or 59.56% from 361); Max value from RGB is 215 - color contains mainly: blue. Hex color #830FD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830FD7 is #7CF028. Grayscale: #474747. Windows color (decimal): -8187945 or 14094211. OLE color: 14094211.
HSL color Cylindrical-coordinate representation of color #830FD7: hue angle of 274.8º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830FD7 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 15 | 215 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.16 |
| HSL | 274.8º | 0.87% | 0.45% | - |
| HSV(B) | 274.8º | 0.93% | 0.84% | - |
| XYZ | 21.8 | 10.07 | 65.09 | - |
| YUV | 72.48 | 208.43 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 15 | 215 | 0.39 | 0.93 | 0 | 0.16 | 274.8 | 0.87 | 0.45 |
| Hex | 83 | F | D7 | 27 | 5D | 0 | 10 | 113 | 57 | 2D |
| Octal | 203 | 17 | 327 | 47 | 135 | 0 | 20 | 423 | 127 | 55 |
| Binary | 10000011 | 1111 | 11010111 | 100111 | 1011101 | 0 | 10000 | 100010011 | 1010111 | 101101 |
Color Harmonies of #830FD7
Complementary color
Monochromatic Colors of #830FD7
Black with #830FD7
Text Example
Text Example
White with #830FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830FD7; }
p { color: rgb(131,15,215); }
H1.HeaderClassName
{
color: #830FD7;
}
.AnyTagClassName
{
color: #830FD7;
}
</style>
background-color css
<style>
a { background-color: #830FD7; }
a { background-color: rgb(131,15,215); }
div.DivClassName
{
background-color: #830FD7;
}
.BgClassName
{
background-color: #830FD7;
}
</style>
border-color css
<style>
span { border-color: #830FD7; }
span { border-color: rgb(131,15,215); }
td.TdClassName
{
border-color: #830FD7;
}
.TagClassName
{
border-color: #830FD7;
}
</style>