Shades of Dark Violet #830ADE
Tints of Dark Violet #830ADE
RGB
CMYK
RGB Variations
Color information
#830ADE (or 0x830ADE) is known color: Dark Violet. HEX triplet: 83, 0A and DE. RGB value is (131,10,222). Sum of RGB (Red+Green+Blue) = 131+10+222=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #830ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830ADE is #7CF521. Grayscale: #454545. Windows color (decimal): -8189218 or 14551683. OLE color: 14551683.
HSL color Cylindrical-coordinate representation of color #830ADE: hue angle of 274.25º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830ADE is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 10 | 222 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.13 |
| HSL | 274.25º | 0.91% | 0.45% | - |
| HSV(B) | 274.25º | 0.95% | 0.87% | - |
| XYZ | 22.65 | 10.32 | 69.9 | - |
| YUV | 70.35 | 213.59 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 10 | 222 | 0.41 | 0.95 | 0 | 0.13 | 274.25 | 0.91 | 0.45 |
| Hex | 83 | A | DE | 29 | 5F | 0 | D | 112 | 5B | 2D |
| Octal | 203 | 12 | 336 | 51 | 137 | 0 | 15 | 422 | 133 | 55 |
| Binary | 10000011 | 1010 | 11011110 | 101001 | 1011111 | 0 | 1101 | 100010010 | 1011011 | 101101 |
Color Harmonies of #830ADE
Complementary color
Monochromatic Colors of #830ADE
Black with #830ADE
Text Example
Text Example
White with #830ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830ADE; }
p { color: rgb(131,10,222); }
H1.HeaderClassName
{
color: #830ADE;
}
.AnyTagClassName
{
color: #830ADE;
}
</style>
background-color css
<style>
a { background-color: #830ADE; }
a { background-color: rgb(131,10,222); }
div.DivClassName
{
background-color: #830ADE;
}
.BgClassName
{
background-color: #830ADE;
}
</style>
border-color css
<style>
span { border-color: #830ADE; }
span { border-color: rgb(131,10,222); }
td.TdClassName
{
border-color: #830ADE;
}
.TagClassName
{
border-color: #830ADE;
}
</style>