Shades of Dark Violet #830CE0
Tints of Dark Violet #830CE0
RGB
CMYK
RGB Variations
Color information
#830CE0 (or 0x830CE0) is known color: Dark Violet. HEX triplet: 83, 0C and E0. RGB value is (131,12,224). Sum of RGB (Red+Green+Blue) = 131+12+224=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 224 (87.89% from 255 or 61.04% from 367); Max value from RGB is 224 - color contains mainly: blue. Hex color #830CE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830CE0 is #7CF31F. Grayscale: #474747. Windows color (decimal): -8188704 or 14683267. OLE color: 14683267.
HSL color Cylindrical-coordinate representation of color #830CE0: hue angle of 273.68º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830CE0 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 12 | 224 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.12 |
| HSL | 273.68º | 0.9% | 0.46% | - |
| HSV(B) | 273.68º | 0.95% | 0.88% | - |
| XYZ | 22.95 | 10.47 | 71.33 | - |
| YUV | 71.75 | 213.92 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 12 | 224 | 0.42 | 0.95 | 0 | 0.12 | 273.68 | 0.9 | 0.46 |
| Hex | 83 | C | E0 | 2A | 5F | 0 | C | 112 | 5A | 2E |
| Octal | 203 | 14 | 340 | 52 | 137 | 0 | 14 | 422 | 132 | 56 |
| Binary | 10000011 | 1100 | 11100000 | 101010 | 1011111 | 0 | 1100 | 100010010 | 1011010 | 101110 |
Color Harmonies of #830CE0
Complementary color
Monochromatic Colors of #830CE0
Black with #830CE0
Text Example
Text Example
White with #830CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830CE0; }
p { color: rgb(131,12,224); }
H1.HeaderClassName
{
color: #830CE0;
}
.AnyTagClassName
{
color: #830CE0;
}
</style>
background-color css
<style>
a { background-color: #830CE0; }
a { background-color: rgb(131,12,224); }
div.DivClassName
{
background-color: #830CE0;
}
.BgClassName
{
background-color: #830CE0;
}
</style>
border-color css
<style>
span { border-color: #830CE0; }
span { border-color: rgb(131,12,224); }
td.TdClassName
{
border-color: #830CE0;
}
.TagClassName
{
border-color: #830CE0;
}
</style>