Shades of Dark Violet #830DCB
Tints of Dark Violet #830DCB
RGB
CMYK
RGB Variations
Color information
#830DCB (or 0x830DCB) is known color: Dark Violet. HEX triplet: 83, 0D and CB. RGB value is (131,13,203). Sum of RGB (Red+Green+Blue) = 131+13+203=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #830DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DCB is #7CF234. Grayscale: #454545. Windows color (decimal): -8188469 or 13307267. OLE color: 13307267.
HSL color Cylindrical-coordinate representation of color #830DCB: hue angle of 277.26º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830DCB is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 13 | 203 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.20 |
| HSL | 277.26º | 0.88% | 0.42% | - |
| HSV(B) | 277.26º | 0.94% | 0.8% | - |
| XYZ | 20.28 | 9.42 | 57.25 | - |
| YUV | 69.94 | 203.09 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 203 | 0.35 | 0.94 | 0 | 0.20 | 277.26 | 0.88 | 0.42 |
| Hex | 83 | D | CB | 23 | 5E | 0 | 14 | 115 | 58 | 2A |
| Octal | 203 | 15 | 313 | 43 | 136 | 0 | 24 | 425 | 130 | 52 |
| Binary | 10000011 | 1101 | 11001011 | 100011 | 1011110 | 0 | 10100 | 100010101 | 1011000 | 101010 |
Color Harmonies of #830DCB
Complementary color
Monochromatic Colors of #830DCB
Black with #830DCB
Text Example
Text Example
White with #830DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830DCB; }
p { color: rgb(131,13,203); }
H1.HeaderClassName
{
color: #830DCB;
}
.AnyTagClassName
{
color: #830DCB;
}
</style>
background-color css
<style>
a { background-color: #830DCB; }
a { background-color: rgb(131,13,203); }
div.DivClassName
{
background-color: #830DCB;
}
.BgClassName
{
background-color: #830DCB;
}
</style>
border-color css
<style>
span { border-color: #830DCB; }
span { border-color: rgb(131,13,203); }
td.TdClassName
{
border-color: #830DCB;
}
.TagClassName
{
border-color: #830DCB;
}
</style>