Shades of Dark Violet #830AC5
Tints of Dark Violet #830AC5
RGB
CMYK
RGB Variations
Color information
#830AC5 (or 0x830AC5) is known color: Dark Violet. HEX triplet: 83, 0A and C5. RGB value is (131,10,197). Sum of RGB (Red+Green+Blue) = 131+10+197=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 197 (77.34% from 255 or 58.28% from 338); Max value from RGB is 197 - color contains mainly: blue. Hex color #830AC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830AC5 is #7CF53A. Grayscale: #424242. Windows color (decimal): -8189243 or 12913283. OLE color: 12913283.
HSL color Cylindrical-coordinate representation of color #830AC5: hue angle of 278.82º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830AC5 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 10 | 197 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.23 |
| HSL | 278.82º | 0.9% | 0.41% | - |
| HSV(B) | 278.82º | 0.95% | 0.77% | - |
| XYZ | 19.55 | 9.07 | 53.54 | - |
| YUV | 67.5 | 201.09 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 10 | 197 | 0.34 | 0.95 | 0 | 0.23 | 278.82 | 0.9 | 0.41 |
| Hex | 83 | A | C5 | 22 | 5F | 0 | 17 | 117 | 5A | 29 |
| Octal | 203 | 12 | 305 | 42 | 137 | 0 | 27 | 427 | 132 | 51 |
| Binary | 10000011 | 1010 | 11000101 | 100010 | 1011111 | 0 | 10111 | 100010111 | 1011010 | 101001 |
Color Harmonies of #830AC5
Complementary color
Monochromatic Colors of #830AC5
Black with #830AC5
Text Example
Text Example
White with #830AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830AC5; }
p { color: rgb(131,10,197); }
H1.HeaderClassName
{
color: #830AC5;
}
.AnyTagClassName
{
color: #830AC5;
}
</style>
background-color css
<style>
a { background-color: #830AC5; }
a { background-color: rgb(131,10,197); }
div.DivClassName
{
background-color: #830AC5;
}
.BgClassName
{
background-color: #830AC5;
}
</style>
border-color css
<style>
span { border-color: #830AC5; }
span { border-color: rgb(131,10,197); }
td.TdClassName
{
border-color: #830AC5;
}
.TagClassName
{
border-color: #830AC5;
}
</style>