Shades of Dark Violet #8304EC
Tints of Dark Violet #8304EC
RGB
CMYK
RGB Variations
Color information
#8304EC (or 0x8304EC) is known color: Dark Violet. HEX triplet: 83, 04 and EC. RGB value is (131,4,236). Sum of RGB (Red+Green+Blue) = 131+4+236=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #8304EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8304EC is #7CFB13. Grayscale: #434343. Windows color (decimal): -8190740 or 15467651. OLE color: 15467651.
HSL color Cylindrical-coordinate representation of color #8304EC: hue angle of 272.84º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8304EC is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 4 | 236 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.07 |
| HSL | 272.84º | 0.97% | 0.47% | - |
| HSV(B) | 272.84º | 0.98% | 0.93% | - |
| XYZ | 24.54 | 10.97 | 80.18 | - |
| YUV | 68.42 | 222.58 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 4 | 236 | 0.44 | 0.98 | 0 | 0.07 | 272.84 | 0.97 | 0.47 |
| Hex | 83 | 4 | EC | 2C | 62 | 0 | 7 | 111 | 61 | 2F |
| Octal | 203 | 4 | 354 | 54 | 142 | 0 | 7 | 421 | 141 | 57 |
| Binary | 10000011 | 100 | 11101100 | 101100 | 1100010 | 0 | 111 | 100010001 | 1100001 | 101111 |
Color Harmonies of #8304EC
Complementary color
Monochromatic Colors of #8304EC
Black with #8304EC
Text Example
Text Example
White with #8304EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8304EC; }
p { color: rgb(131,4,236); }
H1.HeaderClassName
{
color: #8304EC;
}
.AnyTagClassName
{
color: #8304EC;
}
</style>
background-color css
<style>
a { background-color: #8304EC; }
a { background-color: rgb(131,4,236); }
div.DivClassName
{
background-color: #8304EC;
}
.BgClassName
{
background-color: #8304EC;
}
</style>
border-color css
<style>
span { border-color: #8304EC; }
span { border-color: rgb(131,4,236); }
td.TdClassName
{
border-color: #8304EC;
}
.TagClassName
{
border-color: #8304EC;
}
</style>