Shades of Dark Violet #830CBE
Tints of Dark Violet #830CBE
RGB
CMYK
RGB Variations
Color information
#830CBE (or 0x830CBE) is known color: Dark Violet. HEX triplet: 83, 0C and BE. RGB value is (131,12,190). Sum of RGB (Red+Green+Blue) = 131+12+190=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #830CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830CBE is #7CF341. Grayscale: #434343. Windows color (decimal): -8188738 or 12455043. OLE color: 12455043.
HSL color Cylindrical-coordinate representation of color #830CBE: hue angle of 280.11º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830CBE is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 12 | 190 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.25 |
| HSL | 280.11º | 0.88% | 0.4% | - |
| HSV(B) | 280.11º | 0.94% | 0.75% | - |
| XYZ | 18.79 | 8.81 | 49.42 | - |
| YUV | 67.87 | 196.92 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 12 | 190 | 0.31 | 0.94 | 0 | 0.25 | 280.11 | 0.88 | 0.4 |
| Hex | 83 | C | BE | 1F | 5E | 0 | 19 | 118 | 58 | 28 |
| Octal | 203 | 14 | 276 | 37 | 136 | 0 | 31 | 430 | 130 | 50 |
| Binary | 10000011 | 1100 | 10111110 | 11111 | 1011110 | 0 | 11001 | 100011000 | 1011000 | 101000 |
Color Harmonies of #830CBE
Complementary color
Monochromatic Colors of #830CBE
Black with #830CBE
Text Example
Text Example
White with #830CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830CBE; }
p { color: rgb(131,12,190); }
H1.HeaderClassName
{
color: #830CBE;
}
.AnyTagClassName
{
color: #830CBE;
}
</style>
background-color css
<style>
a { background-color: #830CBE; }
a { background-color: rgb(131,12,190); }
div.DivClassName
{
background-color: #830CBE;
}
.BgClassName
{
background-color: #830CBE;
}
</style>
border-color css
<style>
span { border-color: #830CBE; }
span { border-color: rgb(131,12,190); }
td.TdClassName
{
border-color: #830CBE;
}
.TagClassName
{
border-color: #830CBE;
}
</style>