Shades of Dark Violet #830ABB
Tints of Dark Violet #830ABB
RGB
CMYK
RGB Variations
Color information
#830ABB (or 0x830ABB) is known color: Dark Violet. HEX triplet: 83, 0A and BB. RGB value is (131,10,187). Sum of RGB (Red+Green+Blue) = 131+10+187=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #830ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830ABB is #7CF544. Grayscale: #414141. Windows color (decimal): -8189253 or 12257923. OLE color: 12257923.
HSL color Cylindrical-coordinate representation of color #830ABB: hue angle of 281.02º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830ABB is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 10 | 187 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.27 |
| HSL | 281.02º | 0.9% | 0.39% | - |
| HSV(B) | 281.02º | 0.95% | 0.73% | - |
| XYZ | 18.44 | 8.63 | 47.71 | - |
| YUV | 66.36 | 196.09 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 10 | 187 | 0.30 | 0.95 | 0 | 0.27 | 281.02 | 0.9 | 0.39 |
| Hex | 83 | A | BB | 1E | 5F | 0 | 1B | 119 | 5A | 27 |
| Octal | 203 | 12 | 273 | 36 | 137 | 0 | 33 | 431 | 132 | 47 |
| Binary | 10000011 | 1010 | 10111011 | 11110 | 1011111 | 0 | 11011 | 100011001 | 1011010 | 100111 |
Color Harmonies of #830ABB
Complementary color
Monochromatic Colors of #830ABB
Black with #830ABB
Text Example
Text Example
White with #830ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830ABB; }
p { color: rgb(131,10,187); }
H1.HeaderClassName
{
color: #830ABB;
}
.AnyTagClassName
{
color: #830ABB;
}
</style>
background-color css
<style>
a { background-color: #830ABB; }
a { background-color: rgb(131,10,187); }
div.DivClassName
{
background-color: #830ABB;
}
.BgClassName
{
background-color: #830ABB;
}
</style>
border-color css
<style>
span { border-color: #830ABB; }
span { border-color: rgb(131,10,187); }
td.TdClassName
{
border-color: #830ABB;
}
.TagClassName
{
border-color: #830ABB;
}
</style>