Shades of Dark Violet #830BDD
Tints of Dark Violet #830BDD
RGB
CMYK
RGB Variations
Color information
#830BDD (or 0x830BDD) is known color: Dark Violet. HEX triplet: 83, 0B and DD. RGB value is (131,11,221). Sum of RGB (Red+Green+Blue) = 131+11+221=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #830BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BDD is #7CF422. Grayscale: #464646. Windows color (decimal): -8188963 or 14486403. OLE color: 14486403.
HSL color Cylindrical-coordinate representation of color #830BDD: hue angle of 274.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830BDD is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 11 | 221 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.13 |
| HSL | 274.29º | 0.91% | 0.45% | - |
| HSV(B) | 274.29º | 0.95% | 0.87% | - |
| XYZ | 22.53 | 10.29 | 69.2 | - |
| YUV | 70.82 | 212.76 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 221 | 0.41 | 0.95 | 0 | 0.13 | 274.29 | 0.91 | 0.45 |
| Hex | 83 | B | DD | 29 | 5F | 0 | D | 112 | 5B | 2D |
| Octal | 203 | 13 | 335 | 51 | 137 | 0 | 15 | 422 | 133 | 55 |
| Binary | 10000011 | 1011 | 11011101 | 101001 | 1011111 | 0 | 1101 | 100010010 | 1011011 | 101101 |
Color Harmonies of #830BDD
Complementary color
Monochromatic Colors of #830BDD
Black with #830BDD
Text Example
Text Example
White with #830BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830BDD; }
p { color: rgb(131,11,221); }
H1.HeaderClassName
{
color: #830BDD;
}
.AnyTagClassName
{
color: #830BDD;
}
</style>
background-color css
<style>
a { background-color: #830BDD; }
a { background-color: rgb(131,11,221); }
div.DivClassName
{
background-color: #830BDD;
}
.BgClassName
{
background-color: #830BDD;
}
</style>
border-color css
<style>
span { border-color: #830BDD; }
span { border-color: rgb(131,11,221); }
td.TdClassName
{
border-color: #830BDD;
}
.TagClassName
{
border-color: #830BDD;
}
</style>