Shades of Dark Violet #830AB8
Tints of Dark Violet #830AB8
RGB
CMYK
RGB Variations
Color information
#830AB8 (or 0x830AB8) is known color: Dark Violet. HEX triplet: 83, 0A and B8. RGB value is (131,10,184). Sum of RGB (Red+Green+Blue) = 131+10+184=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 184 (72.27% from 255 or 56.62% from 325); Max value from RGB is 184 - color contains mainly: blue. Hex color #830AB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830AB8 is #7CF547. Grayscale: #414141. Windows color (decimal): -8189256 or 12061315. OLE color: 12061315.
HSL color Cylindrical-coordinate representation of color #830AB8: hue angle of 281.72º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830AB8 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 10 | 184 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.28 |
| HSL | 281.72º | 0.9% | 0.38% | - |
| HSV(B) | 281.72º | 0.95% | 0.72% | - |
| XYZ | 18.12 | 8.5 | 46.03 | - |
| YUV | 66.02 | 194.59 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 10 | 184 | 0.29 | 0.95 | 0 | 0.28 | 281.72 | 0.9 | 0.38 |
| Hex | 83 | A | B8 | 1D | 5F | 0 | 1C | 11A | 5A | 26 |
| Octal | 203 | 12 | 270 | 35 | 137 | 0 | 34 | 432 | 132 | 46 |
| Binary | 10000011 | 1010 | 10111000 | 11101 | 1011111 | 0 | 11100 | 100011010 | 1011010 | 100110 |
Color Harmonies of #830AB8
Complementary color
Monochromatic Colors of #830AB8
Black with #830AB8
Text Example
Text Example
White with #830AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830AB8; }
p { color: rgb(131,10,184); }
H1.HeaderClassName
{
color: #830AB8;
}
.AnyTagClassName
{
color: #830AB8;
}
</style>
background-color css
<style>
a { background-color: #830AB8; }
a { background-color: rgb(131,10,184); }
div.DivClassName
{
background-color: #830AB8;
}
.BgClassName
{
background-color: #830AB8;
}
</style>
border-color css
<style>
span { border-color: #830AB8; }
span { border-color: rgb(131,10,184); }
td.TdClassName
{
border-color: #830AB8;
}
.TagClassName
{
border-color: #830AB8;
}
</style>