Shades of Dark Violet #830ADA
Tints of Dark Violet #830ADA
RGB
CMYK
RGB Variations
Color information
#830ADA (or 0x830ADA) is known color: Dark Violet. HEX triplet: 83, 0A and DA. RGB value is (131,10,218). Sum of RGB (Red+Green+Blue) = 131+10+218=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #830ADA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830ADA is #7CF525. Grayscale: #454545. Windows color (decimal): -8189222 or 14289539. OLE color: 14289539.
HSL color Cylindrical-coordinate representation of color #830ADA: hue angle of 274.9º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830ADA is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 10 | 218 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.15 |
| HSL | 274.9º | 0.91% | 0.45% | - |
| HSV(B) | 274.9º | 0.95% | 0.85% | - |
| XYZ | 22.12 | 10.1 | 67.11 | - |
| YUV | 69.89 | 211.59 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 10 | 218 | 0.40 | 0.95 | 0 | 0.15 | 274.9 | 0.91 | 0.45 |
| Hex | 83 | A | DA | 28 | 5F | 0 | F | 113 | 5B | 2D |
| Octal | 203 | 12 | 332 | 50 | 137 | 0 | 17 | 423 | 133 | 55 |
| Binary | 10000011 | 1010 | 11011010 | 101000 | 1011111 | 0 | 1111 | 100010011 | 1011011 | 101101 |
Color Harmonies of #830ADA
Complementary color
Monochromatic Colors of #830ADA
Black with #830ADA
Text Example
Text Example
White with #830ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830ADA; }
p { color: rgb(131,10,218); }
H1.HeaderClassName
{
color: #830ADA;
}
.AnyTagClassName
{
color: #830ADA;
}
</style>
background-color css
<style>
a { background-color: #830ADA; }
a { background-color: rgb(131,10,218); }
div.DivClassName
{
background-color: #830ADA;
}
.BgClassName
{
background-color: #830ADA;
}
</style>
border-color css
<style>
span { border-color: #830ADA; }
span { border-color: rgb(131,10,218); }
td.TdClassName
{
border-color: #830ADA;
}
.TagClassName
{
border-color: #830ADA;
}
</style>