Shades of Dark Violet #830FCF
Tints of Dark Violet #830FCF
RGB
CMYK
RGB Variations
Color information
#830FCF (or 0x830FCF) is known color: Dark Violet. HEX triplet: 83, 0F and CF. RGB value is (131,15,207). Sum of RGB (Red+Green+Blue) = 131+15+207=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #830FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830FCF is #7CF030. Grayscale: #464646. Windows color (decimal): -8187953 or 13569923. OLE color: 13569923.
HSL color Cylindrical-coordinate representation of color #830FCF: hue angle of 276.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830FCF is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 15 | 207 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.19 |
| HSL | 276.25º | 0.86% | 0.44% | - |
| HSV(B) | 276.25º | 0.93% | 0.81% | - |
| XYZ | 20.79 | 9.67 | 59.8 | - |
| YUV | 71.57 | 204.43 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 15 | 207 | 0.37 | 0.93 | 0 | 0.19 | 276.25 | 0.86 | 0.44 |
| Hex | 83 | F | CF | 25 | 5D | 0 | 13 | 114 | 56 | 2C |
| Octal | 203 | 17 | 317 | 45 | 135 | 0 | 23 | 424 | 126 | 54 |
| Binary | 10000011 | 1111 | 11001111 | 100101 | 1011101 | 0 | 10011 | 100010100 | 1010110 | 101100 |
Color Harmonies of #830FCF
Complementary color
Monochromatic Colors of #830FCF
Black with #830FCF
Text Example
Text Example
White with #830FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830FCF; }
p { color: rgb(131,15,207); }
H1.HeaderClassName
{
color: #830FCF;
}
.AnyTagClassName
{
color: #830FCF;
}
</style>
background-color css
<style>
a { background-color: #830FCF; }
a { background-color: rgb(131,15,207); }
div.DivClassName
{
background-color: #830FCF;
}
.BgClassName
{
background-color: #830FCF;
}
</style>
border-color css
<style>
span { border-color: #830FCF; }
span { border-color: rgb(131,15,207); }
td.TdClassName
{
border-color: #830FCF;
}
.TagClassName
{
border-color: #830FCF;
}
</style>