Shades of Dark Violet #830FDE
Tints of Dark Violet #830FDE
RGB
CMYK
RGB Variations
Color information
#830FDE (or 0x830FDE) is known color: Dark Violet. HEX triplet: 83, 0F and DE. RGB value is (131,15,222). Sum of RGB (Red+Green+Blue) = 131+15+222=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #830FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830FDE is #7CF021. Grayscale: #484848. Windows color (decimal): -8187938 or 14552963. OLE color: 14552963.
HSL color Cylindrical-coordinate representation of color #830FDE: hue angle of 273.62º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830FDE is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 15 | 222 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.13 |
| HSL | 273.62º | 0.87% | 0.46% | - |
| HSV(B) | 273.62º | 0.93% | 0.87% | - |
| XYZ | 22.72 | 10.44 | 69.93 | - |
| YUV | 73.28 | 211.93 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 15 | 222 | 0.41 | 0.93 | 0 | 0.13 | 273.62 | 0.87 | 0.46 |
| Hex | 83 | F | DE | 29 | 5D | 0 | D | 112 | 57 | 2E |
| Octal | 203 | 17 | 336 | 51 | 135 | 0 | 15 | 422 | 127 | 56 |
| Binary | 10000011 | 1111 | 11011110 | 101001 | 1011101 | 0 | 1101 | 100010010 | 1010111 | 101110 |
Color Harmonies of #830FDE
Complementary color
Monochromatic Colors of #830FDE
Black with #830FDE
Text Example
Text Example
White with #830FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830FDE; }
p { color: rgb(131,15,222); }
H1.HeaderClassName
{
color: #830FDE;
}
.AnyTagClassName
{
color: #830FDE;
}
</style>
background-color css
<style>
a { background-color: #830FDE; }
a { background-color: rgb(131,15,222); }
div.DivClassName
{
background-color: #830FDE;
}
.BgClassName
{
background-color: #830FDE;
}
</style>
border-color css
<style>
span { border-color: #830FDE; }
span { border-color: rgb(131,15,222); }
td.TdClassName
{
border-color: #830FDE;
}
.TagClassName
{
border-color: #830FDE;
}
</style>