Shades of Dark Violet #830AB1
Tints of Dark Violet #830AB1
RGB
CMYK
RGB Variations
Color information
#830AB1 (or 0x830AB1) is known color: Dark Violet. HEX triplet: 83, 0A and B1. RGB value is (131,10,177). Sum of RGB (Red+Green+Blue) = 131+10+177=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 177 (69.53% from 255 or 55.66% from 318); Max value from RGB is 177 - color contains mainly: blue. Hex color #830AB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830AB1 is #7CF54E. Grayscale: #404040. Windows color (decimal): -8189263 or 11602563. OLE color: 11602563.
HSL color Cylindrical-coordinate representation of color #830AB1: hue angle of 283.47º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830AB1 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 10 | 177 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.31 |
| HSL | 283.47º | 0.89% | 0.37% | - |
| HSV(B) | 283.47º | 0.94% | 0.69% | - |
| XYZ | 17.4 | 8.22 | 42.26 | - |
| YUV | 65.22 | 191.09 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 10 | 177 | 0.26 | 0.94 | 0 | 0.31 | 283.47 | 0.89 | 0.37 |
| Hex | 83 | A | B1 | 1A | 5E | 0 | 1F | 11B | 59 | 25 |
| Octal | 203 | 12 | 261 | 32 | 136 | 0 | 37 | 433 | 131 | 45 |
| Binary | 10000011 | 1010 | 10110001 | 11010 | 1011110 | 0 | 11111 | 100011011 | 1011001 | 100101 |
Color Harmonies of #830AB1
Complementary color
Monochromatic Colors of #830AB1
Black with #830AB1
Text Example
Text Example
White with #830AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830AB1; }
p { color: rgb(131,10,177); }
H1.HeaderClassName
{
color: #830AB1;
}
.AnyTagClassName
{
color: #830AB1;
}
</style>
background-color css
<style>
a { background-color: #830AB1; }
a { background-color: rgb(131,10,177); }
div.DivClassName
{
background-color: #830AB1;
}
.BgClassName
{
background-color: #830AB1;
}
</style>
border-color css
<style>
span { border-color: #830AB1; }
span { border-color: rgb(131,10,177); }
td.TdClassName
{
border-color: #830AB1;
}
.TagClassName
{
border-color: #830AB1;
}
</style>