Shades of Dark Violet #830BCD
Tints of Dark Violet #830BCD
RGB
CMYK
RGB Variations
Color information
#830BCD (or 0x830BCD) is known color: Dark Violet. HEX triplet: 83, 0B and CD. RGB value is (131,11,205). Sum of RGB (Red+Green+Blue) = 131+11+205=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #830BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BCD is #7CF432. Grayscale: #444444. Windows color (decimal): -8188979 or 13437827. OLE color: 13437827.
HSL color Cylindrical-coordinate representation of color #830BCD: hue angle of 277.11º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830BCD is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 11 | 205 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.20 |
| HSL | 277.11º | 0.9% | 0.42% | - |
| HSV(B) | 277.11º | 0.95% | 0.8% | - |
| XYZ | 20.5 | 9.47 | 58.51 | - |
| YUV | 69 | 204.76 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 205 | 0.36 | 0.95 | 0 | 0.20 | 277.11 | 0.9 | 0.42 |
| Hex | 83 | B | CD | 24 | 5F | 0 | 14 | 115 | 5A | 2A |
| Octal | 203 | 13 | 315 | 44 | 137 | 0 | 24 | 425 | 132 | 52 |
| Binary | 10000011 | 1011 | 11001101 | 100100 | 1011111 | 0 | 10100 | 100010101 | 1011010 | 101010 |
Color Harmonies of #830BCD
Complementary color
Monochromatic Colors of #830BCD
Black with #830BCD
Text Example
Text Example
White with #830BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830BCD; }
p { color: rgb(131,11,205); }
H1.HeaderClassName
{
color: #830BCD;
}
.AnyTagClassName
{
color: #830BCD;
}
</style>
background-color css
<style>
a { background-color: #830BCD; }
a { background-color: rgb(131,11,205); }
div.DivClassName
{
background-color: #830BCD;
}
.BgClassName
{
background-color: #830BCD;
}
</style>
border-color css
<style>
span { border-color: #830BCD; }
span { border-color: rgb(131,11,205); }
td.TdClassName
{
border-color: #830BCD;
}
.TagClassName
{
border-color: #830BCD;
}
</style>