Shades of Dark Violet #830ACC
Tints of Dark Violet #830ACC
RGB
CMYK
RGB Variations
Color information
#830ACC (or 0x830ACC) is known color: Dark Violet. HEX triplet: 83, 0A and CC. RGB value is (131,10,204). Sum of RGB (Red+Green+Blue) = 131+10+204=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #830ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830ACC is #7CF533. Grayscale: #434343. Windows color (decimal): -8189236 or 13372035. OLE color: 13372035.
HSL color Cylindrical-coordinate representation of color #830ACC: hue angle of 277.42º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830ACC is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 10 | 204 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.2 |
| HSL | 277.42º | 0.91% | 0.42% | - |
| HSV(B) | 277.42º | 0.95% | 0.8% | - |
| XYZ | 20.37 | 9.4 | 57.87 | - |
| YUV | 68.3 | 204.59 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 10 | 204 | 0.36 | 0.95 | 0 | 0.2 | 277.42 | 0.91 | 0.42 |
| Hex | 83 | A | CC | 24 | 5F | 0 | 14 | 115 | 5B | 2A |
| Octal | 203 | 12 | 314 | 44 | 137 | 0 | 24 | 425 | 133 | 52 |
| Binary | 10000011 | 1010 | 11001100 | 100100 | 1011111 | 0 | 10100 | 100010101 | 1011011 | 101010 |
Color Harmonies of #830ACC
Complementary color
Monochromatic Colors of #830ACC
Black with #830ACC
Text Example
Text Example
White with #830ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830ACC; }
p { color: rgb(131,10,204); }
H1.HeaderClassName
{
color: #830ACC;
}
.AnyTagClassName
{
color: #830ACC;
}
</style>
background-color css
<style>
a { background-color: #830ACC; }
a { background-color: rgb(131,10,204); }
div.DivClassName
{
background-color: #830ACC;
}
.BgClassName
{
background-color: #830ACC;
}
</style>
border-color css
<style>
span { border-color: #830ACC; }
span { border-color: rgb(131,10,204); }
td.TdClassName
{
border-color: #830ACC;
}
.TagClassName
{
border-color: #830ACC;
}
</style>