Shades of Dark Violet #830BC6
Tints of Dark Violet #830BC6
RGB
CMYK
RGB Variations
Color information
#830BC6 (or 0x830BC6) is known color: Dark Violet. HEX triplet: 83, 0B and C6. RGB value is (131,11,198). Sum of RGB (Red+Green+Blue) = 131+11+198=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 11 (4.69% from 255 or 3.24% from 340); Blue value is 198 (77.73% from 255 or 58.24% from 340); Max value from RGB is 198 - color contains mainly: blue. Hex color #830BC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BC6 is #7CF439. Grayscale: #434343. Windows color (decimal): -8188986 or 12979075. OLE color: 12979075.
HSL color Cylindrical-coordinate representation of color #830BC6: hue angle of 278.5º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830BC6 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 11 | 198 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.22 |
| HSL | 278.5º | 0.89% | 0.41% | - |
| HSV(B) | 278.5º | 0.94% | 0.78% | - |
| XYZ | 19.67 | 9.14 | 54.15 | - |
| YUV | 68.2 | 201.26 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 198 | 0.34 | 0.94 | 0 | 0.22 | 278.5 | 0.89 | 0.41 |
| Hex | 83 | B | C6 | 22 | 5E | 0 | 16 | 117 | 59 | 29 |
| Octal | 203 | 13 | 306 | 42 | 136 | 0 | 26 | 427 | 131 | 51 |
| Binary | 10000011 | 1011 | 11000110 | 100010 | 1011110 | 0 | 10110 | 100010111 | 1011001 | 101001 |
Color Harmonies of #830BC6
Complementary color
Monochromatic Colors of #830BC6
Black with #830BC6
Text Example
Text Example
White with #830BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830BC6; }
p { color: rgb(131,11,198); }
H1.HeaderClassName
{
color: #830BC6;
}
.AnyTagClassName
{
color: #830BC6;
}
</style>
background-color css
<style>
a { background-color: #830BC6; }
a { background-color: rgb(131,11,198); }
div.DivClassName
{
background-color: #830BC6;
}
.BgClassName
{
background-color: #830BC6;
}
</style>
border-color css
<style>
span { border-color: #830BC6; }
span { border-color: rgb(131,11,198); }
td.TdClassName
{
border-color: #830BC6;
}
.TagClassName
{
border-color: #830BC6;
}
</style>