Shades of Dark Violet #830CAF
Tints of Dark Violet #830CAF
RGB
CMYK
RGB Variations
Color information
#830CAF (or 0x830CAF) is known color: Dark Violet. HEX triplet: 83, 0C and AF. RGB value is (131,12,175). Sum of RGB (Red+Green+Blue) = 131+12+175=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #830CAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830CAF is #7CF350. Grayscale: #414141. Windows color (decimal): -8188753 or 11472003. OLE color: 11472003.
HSL color Cylindrical-coordinate representation of color #830CAF: hue angle of 283.8º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830CAF is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 12 | 175 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.31 |
| HSL | 283.8º | 0.87% | 0.37% | - |
| HSV(B) | 283.8º | 0.93% | 0.69% | - |
| XYZ | 17.23 | 8.18 | 41.23 | - |
| YUV | 66.16 | 189.42 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 12 | 175 | 0.25 | 0.93 | 0 | 0.31 | 283.8 | 0.87 | 0.37 |
| Hex | 83 | C | AF | 19 | 5D | 0 | 1F | 11C | 57 | 25 |
| Octal | 203 | 14 | 257 | 31 | 135 | 0 | 37 | 434 | 127 | 45 |
| Binary | 10000011 | 1100 | 10101111 | 11001 | 1011101 | 0 | 11111 | 100011100 | 1010111 | 100101 |
Color Harmonies of #830CAF
Complementary color
Monochromatic Colors of #830CAF
Black with #830CAF
Text Example
Text Example
White with #830CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830CAF; }
p { color: rgb(131,12,175); }
H1.HeaderClassName
{
color: #830CAF;
}
.AnyTagClassName
{
color: #830CAF;
}
</style>
background-color css
<style>
a { background-color: #830CAF; }
a { background-color: rgb(131,12,175); }
div.DivClassName
{
background-color: #830CAF;
}
.BgClassName
{
background-color: #830CAF;
}
</style>
border-color css
<style>
span { border-color: #830CAF; }
span { border-color: rgb(131,12,175); }
td.TdClassName
{
border-color: #830CAF;
}
.TagClassName
{
border-color: #830CAF;
}
</style>