Shades of Dark Violet #830ABC
Tints of Dark Violet #830ABC
RGB
CMYK
RGB Variations
Color information
#830ABC (or 0x830ABC) is known color: Dark Violet. HEX triplet: 83, 0A and BC. RGB value is (131,10,188). Sum of RGB (Red+Green+Blue) = 131+10+188=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #830ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830ABC is #7CF543. Grayscale: #414141. Windows color (decimal): -8189252 or 12323459. OLE color: 12323459.
HSL color Cylindrical-coordinate representation of color #830ABC: hue angle of 280.79º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830ABC is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 10 | 188 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.26 |
| HSL | 280.79º | 0.9% | 0.39% | - |
| HSV(B) | 280.79º | 0.95% | 0.74% | - |
| XYZ | 18.55 | 8.67 | 48.27 | - |
| YUV | 66.47 | 196.59 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 10 | 188 | 0.30 | 0.95 | 0 | 0.26 | 280.79 | 0.9 | 0.39 |
| Hex | 83 | A | BC | 1E | 5F | 0 | 1A | 119 | 5A | 27 |
| Octal | 203 | 12 | 274 | 36 | 137 | 0 | 32 | 431 | 132 | 47 |
| Binary | 10000011 | 1010 | 10111100 | 11110 | 1011111 | 0 | 11010 | 100011001 | 1011010 | 100111 |
Color Harmonies of #830ABC
Complementary color
Monochromatic Colors of #830ABC
Black with #830ABC
Text Example
Text Example
White with #830ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830ABC; }
p { color: rgb(131,10,188); }
H1.HeaderClassName
{
color: #830ABC;
}
.AnyTagClassName
{
color: #830ABC;
}
</style>
background-color css
<style>
a { background-color: #830ABC; }
a { background-color: rgb(131,10,188); }
div.DivClassName
{
background-color: #830ABC;
}
.BgClassName
{
background-color: #830ABC;
}
</style>
border-color css
<style>
span { border-color: #830ABC; }
span { border-color: rgb(131,10,188); }
td.TdClassName
{
border-color: #830ABC;
}
.TagClassName
{
border-color: #830ABC;
}
</style>