Shades of Dark Violet #830ABA
Tints of Dark Violet #830ABA
RGB
CMYK
RGB Variations
Color information
#830ABA (or 0x830ABA) is known color: Dark Violet. HEX triplet: 83, 0A and BA. RGB value is (131,10,186). Sum of RGB (Red+Green+Blue) = 131+10+186=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #830ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830ABA is #7CF545. Grayscale: #414141. Windows color (decimal): -8189254 or 12192387. OLE color: 12192387.
HSL color Cylindrical-coordinate representation of color #830ABA: hue angle of 281.25º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830ABA is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 10 | 186 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.27 |
| HSL | 281.25º | 0.9% | 0.38% | - |
| HSV(B) | 281.25º | 0.95% | 0.73% | - |
| XYZ | 18.33 | 8.59 | 47.15 | - |
| YUV | 66.24 | 195.59 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 10 | 186 | 0.30 | 0.95 | 0 | 0.27 | 281.25 | 0.9 | 0.38 |
| Hex | 83 | A | BA | 1E | 5F | 0 | 1B | 119 | 5A | 26 |
| Octal | 203 | 12 | 272 | 36 | 137 | 0 | 33 | 431 | 132 | 46 |
| Binary | 10000011 | 1010 | 10111010 | 11110 | 1011111 | 0 | 11011 | 100011001 | 1011010 | 100110 |
Color Harmonies of #830ABA
Complementary color
Monochromatic Colors of #830ABA
Black with #830ABA
Text Example
Text Example
White with #830ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830ABA; }
p { color: rgb(131,10,186); }
H1.HeaderClassName
{
color: #830ABA;
}
.AnyTagClassName
{
color: #830ABA;
}
</style>
background-color css
<style>
a { background-color: #830ABA; }
a { background-color: rgb(131,10,186); }
div.DivClassName
{
background-color: #830ABA;
}
.BgClassName
{
background-color: #830ABA;
}
</style>
border-color css
<style>
span { border-color: #830ABA; }
span { border-color: rgb(131,10,186); }
td.TdClassName
{
border-color: #830ABA;
}
.TagClassName
{
border-color: #830ABA;
}
</style>