Shades of Dark Violet #830ED8
Tints of Dark Violet #830ED8
RGB
CMYK
RGB Variations
Color information
#830ED8 (or 0x830ED8) is known color: Dark Violet. HEX triplet: 83, 0E and D8. RGB value is (131,14,216). Sum of RGB (Red+Green+Blue) = 131+14+216=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 216 (84.77% from 255 or 59.83% from 361); Max value from RGB is 216 - color contains mainly: blue. Hex color #830ED8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830ED8 is #7CF127. Grayscale: #474747. Windows color (decimal): -8188200 or 14159491. OLE color: 14159491.
HSL color Cylindrical-coordinate representation of color #830ED8: hue angle of 274.75º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830ED8 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 14 | 216 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.15 |
| HSL | 274.75º | 0.88% | 0.45% | - |
| HSV(B) | 274.75º | 0.94% | 0.85% | - |
| XYZ | 21.91 | 10.1 | 65.76 | - |
| YUV | 72.01 | 209.26 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 216 | 0.39 | 0.94 | 0 | 0.15 | 274.75 | 0.88 | 0.45 |
| Hex | 83 | E | D8 | 27 | 5E | 0 | F | 113 | 58 | 2D |
| Octal | 203 | 16 | 330 | 47 | 136 | 0 | 17 | 423 | 130 | 55 |
| Binary | 10000011 | 1110 | 11011000 | 100111 | 1011110 | 0 | 1111 | 100010011 | 1011000 | 101101 |
Color Harmonies of #830ED8
Complementary color
Monochromatic Colors of #830ED8
Black with #830ED8
Text Example
Text Example
White with #830ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830ED8; }
p { color: rgb(131,14,216); }
H1.HeaderClassName
{
color: #830ED8;
}
.AnyTagClassName
{
color: #830ED8;
}
</style>
background-color css
<style>
a { background-color: #830ED8; }
a { background-color: rgb(131,14,216); }
div.DivClassName
{
background-color: #830ED8;
}
.BgClassName
{
background-color: #830ED8;
}
</style>
border-color css
<style>
span { border-color: #830ED8; }
span { border-color: rgb(131,14,216); }
td.TdClassName
{
border-color: #830ED8;
}
.TagClassName
{
border-color: #830ED8;
}
</style>