Shades of Dark Violet #830FCC
Tints of Dark Violet #830FCC
RGB
CMYK
RGB Variations
Color information
#830FCC (or 0x830FCC) is known color: Dark Violet. HEX triplet: 83, 0F and CC. RGB value is (131,15,204). Sum of RGB (Red+Green+Blue) = 131+15+204=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #830FCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830FCC is #7CF033. Grayscale: #464646. Windows color (decimal): -8187956 or 13373315. OLE color: 13373315.
HSL color Cylindrical-coordinate representation of color #830FCC: hue angle of 276.83º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830FCC is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 15 | 204 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.2 |
| HSL | 276.83º | 0.86% | 0.43% | - |
| HSV(B) | 276.83º | 0.93% | 0.8% | - |
| XYZ | 20.43 | 9.53 | 57.89 | - |
| YUV | 71.23 | 202.93 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 15 | 204 | 0.36 | 0.93 | 0 | 0.2 | 276.83 | 0.86 | 0.43 |
| Hex | 83 | F | CC | 24 | 5D | 0 | 14 | 115 | 56 | 2B |
| Octal | 203 | 17 | 314 | 44 | 135 | 0 | 24 | 425 | 126 | 53 |
| Binary | 10000011 | 1111 | 11001100 | 100100 | 1011101 | 0 | 10100 | 100010101 | 1010110 | 101011 |
Color Harmonies of #830FCC
Complementary color
Monochromatic Colors of #830FCC
Black with #830FCC
Text Example
Text Example
White with #830FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830FCC; }
p { color: rgb(131,15,204); }
H1.HeaderClassName
{
color: #830FCC;
}
.AnyTagClassName
{
color: #830FCC;
}
</style>
background-color css
<style>
a { background-color: #830FCC; }
a { background-color: rgb(131,15,204); }
div.DivClassName
{
background-color: #830FCC;
}
.BgClassName
{
background-color: #830FCC;
}
</style>
border-color css
<style>
span { border-color: #830FCC; }
span { border-color: rgb(131,15,204); }
td.TdClassName
{
border-color: #830FCC;
}
.TagClassName
{
border-color: #830FCC;
}
</style>