Shades of Dark Violet #830BDA
Tints of Dark Violet #830BDA
RGB
CMYK
RGB Variations
Color information
#830BDA (or 0x830BDA) is known color: Dark Violet. HEX triplet: 83, 0B and DA. RGB value is (131,11,218). Sum of RGB (Red+Green+Blue) = 131+11+218=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #830BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BDA is #7CF425. Grayscale: #454545. Windows color (decimal): -8188966 or 14289795. OLE color: 14289795.
HSL color Cylindrical-coordinate representation of color #830BDA: hue angle of 274.78º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830BDA is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 11 | 218 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.15 |
| HSL | 274.78º | 0.9% | 0.45% | - |
| HSV(B) | 274.78º | 0.95% | 0.85% | - |
| XYZ | 22.13 | 10.13 | 67.12 | - |
| YUV | 70.48 | 211.26 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 218 | 0.40 | 0.95 | 0 | 0.15 | 274.78 | 0.9 | 0.45 |
| Hex | 83 | B | DA | 28 | 5F | 0 | F | 113 | 5A | 2D |
| Octal | 203 | 13 | 332 | 50 | 137 | 0 | 17 | 423 | 132 | 55 |
| Binary | 10000011 | 1011 | 11011010 | 101000 | 1011111 | 0 | 1111 | 100010011 | 1011010 | 101101 |
Color Harmonies of #830BDA
Complementary color
Monochromatic Colors of #830BDA
Black with #830BDA
Text Example
Text Example
White with #830BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830BDA; }
p { color: rgb(131,11,218); }
H1.HeaderClassName
{
color: #830BDA;
}
.AnyTagClassName
{
color: #830BDA;
}
</style>
background-color css
<style>
a { background-color: #830BDA; }
a { background-color: rgb(131,11,218); }
div.DivClassName
{
background-color: #830BDA;
}
.BgClassName
{
background-color: #830BDA;
}
</style>
border-color css
<style>
span { border-color: #830BDA; }
span { border-color: rgb(131,11,218); }
td.TdClassName
{
border-color: #830BDA;
}
.TagClassName
{
border-color: #830BDA;
}
</style>