Shades of Dark Violet #8203EC
Tints of Dark Violet #8203EC
RGB
CMYK
RGB Variations
Color information
#8203EC (or 0x8203EC) is known color: Dark Violet. HEX triplet: 82, 03 and EC. RGB value is (130,3,236). Sum of RGB (Red+Green+Blue) = 130+3+236=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #8203EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8203EC is #7DFC13. Grayscale: #424242. Windows color (decimal): -8256532 or 15467394. OLE color: 15467394.
HSL color Cylindrical-coordinate representation of color #8203EC: hue angle of 272.7º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8203EC is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 3 | 236 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.07 |
| HSL | 272.7º | 0.97% | 0.47% | - |
| HSV(B) | 272.7º | 0.99% | 0.93% | - |
| XYZ | 24.38 | 10.87 | 80.17 | - |
| YUV | 67.54 | 223.08 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 236 | 0.45 | 0.99 | 0 | 0.07 | 272.7 | 0.97 | 0.47 |
| Hex | 82 | 3 | EC | 2D | 63 | 0 | 7 | 111 | 61 | 2F |
| Octal | 202 | 3 | 354 | 55 | 143 | 0 | 7 | 421 | 141 | 57 |
| Binary | 10000010 | 11 | 11101100 | 101101 | 1100011 | 0 | 111 | 100010001 | 1100001 | 101111 |
Color Harmonies of #8203EC
Complementary color
Monochromatic Colors of #8203EC
Black with #8203EC
Text Example
Text Example
White with #8203EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8203EC; }
p { color: rgb(130,3,236); }
H1.HeaderClassName
{
color: #8203EC;
}
.AnyTagClassName
{
color: #8203EC;
}
</style>
background-color css
<style>
a { background-color: #8203EC; }
a { background-color: rgb(130,3,236); }
div.DivClassName
{
background-color: #8203EC;
}
.BgClassName
{
background-color: #8203EC;
}
</style>
border-color css
<style>
span { border-color: #8203EC; }
span { border-color: rgb(130,3,236); }
td.TdClassName
{
border-color: #8203EC;
}
.TagClassName
{
border-color: #8203EC;
}
</style>