Shades of Dark Violet #830BAF
Tints of Dark Violet #830BAF
RGB
CMYK
RGB Variations
Color information
#830BAF (or 0x830BAF) is known color: Dark Violet. HEX triplet: 83, 0B and AF. RGB value is (131,11,175). Sum of RGB (Red+Green+Blue) = 131+11+175=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #830BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830BAF is #7CF450. Grayscale: #414141. Windows color (decimal): -8189009 or 11471747. OLE color: 11471747.
HSL color Cylindrical-coordinate representation of color #830BAF: hue angle of 283.9º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830BAF is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 11 | 175 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.31 |
| HSL | 283.9º | 0.88% | 0.36% | - |
| HSV(B) | 283.9º | 0.94% | 0.69% | - |
| XYZ | 17.22 | 8.16 | 41.22 | - |
| YUV | 65.58 | 189.76 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 175 | 0.25 | 0.94 | 0 | 0.31 | 283.9 | 0.88 | 0.36 |
| Hex | 83 | B | AF | 19 | 5E | 0 | 1F | 11C | 58 | 24 |
| Octal | 203 | 13 | 257 | 31 | 136 | 0 | 37 | 434 | 130 | 44 |
| Binary | 10000011 | 1011 | 10101111 | 11001 | 1011110 | 0 | 11111 | 100011100 | 1011000 | 100100 |
Color Harmonies of #830BAF
Complementary color
Monochromatic Colors of #830BAF
Black with #830BAF
Text Example
Text Example
White with #830BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830BAF; }
p { color: rgb(131,11,175); }
H1.HeaderClassName
{
color: #830BAF;
}
.AnyTagClassName
{
color: #830BAF;
}
</style>
background-color css
<style>
a { background-color: #830BAF; }
a { background-color: rgb(131,11,175); }
div.DivClassName
{
background-color: #830BAF;
}
.BgClassName
{
background-color: #830BAF;
}
</style>
border-color css
<style>
span { border-color: #830BAF; }
span { border-color: rgb(131,11,175); }
td.TdClassName
{
border-color: #830BAF;
}
.TagClassName
{
border-color: #830BAF;
}
</style>