Shades of Dark Violet #830BC8
Tints of Dark Violet #830BC8
RGB
CMYK
RGB Variations
Color information
#830BC8 (or 0x830BC8) is known color: Dark Violet. HEX triplet: 83, 0B and C8. RGB value is (131,11,200). Sum of RGB (Red+Green+Blue) = 131+11+200=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 200 (78.52% from 255 or 58.48% from 342); Max value from RGB is 200 - color contains mainly: blue. Hex color #830BC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BC8 is #7CF437. Grayscale: #434343. Windows color (decimal): -8188984 or 13110147. OLE color: 13110147.
HSL color Cylindrical-coordinate representation of color #830BC8: hue angle of 278.1º degrees, saturation: 0.9, 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 #830BC8 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 11 | 200 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.22 |
| HSL | 278.1º | 0.9% | 0.41% | - |
| HSV(B) | 278.1º | 0.95% | 0.78% | - |
| XYZ | 19.91 | 9.23 | 55.38 | - |
| YUV | 68.43 | 202.26 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 200 | 0.34 | 0.94 | 0 | 0.22 | 278.1 | 0.9 | 0.41 |
| Hex | 83 | B | C8 | 22 | 5E | 0 | 16 | 116 | 5A | 29 |
| Octal | 203 | 13 | 310 | 42 | 136 | 0 | 26 | 426 | 132 | 51 |
| Binary | 10000011 | 1011 | 11001000 | 100010 | 1011110 | 0 | 10110 | 100010110 | 1011010 | 101001 |
Color Harmonies of #830BC8
Complementary color
Monochromatic Colors of #830BC8
Black with #830BC8
Text Example
Text Example
White with #830BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830BC8; }
p { color: rgb(131,11,200); }
H1.HeaderClassName
{
color: #830BC8;
}
.AnyTagClassName
{
color: #830BC8;
}
</style>
background-color css
<style>
a { background-color: #830BC8; }
a { background-color: rgb(131,11,200); }
div.DivClassName
{
background-color: #830BC8;
}
.BgClassName
{
background-color: #830BC8;
}
</style>
border-color css
<style>
span { border-color: #830BC8; }
span { border-color: rgb(131,11,200); }
td.TdClassName
{
border-color: #830BC8;
}
.TagClassName
{
border-color: #830BC8;
}
</style>