Shades of Dark Violet #8308EC
Tints of Dark Violet #8308EC
RGB
CMYK
RGB Variations
Color information
#8308EC (or 0x8308EC) is known color: Dark Violet. HEX triplet: 83, 08 and EC. RGB value is (131,8,236). Sum of RGB (Red+Green+Blue) = 131+8+236=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #8308EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8308EC is #7CF713. Grayscale: #454545. Windows color (decimal): -8189716 or 15468675. OLE color: 15468675.
HSL color Cylindrical-coordinate representation of color #8308EC: hue angle of 272.37º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8308EC is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 8 | 236 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.07 |
| HSL | 272.37º | 0.93% | 0.48% | - |
| HSV(B) | 272.37º | 0.97% | 0.93% | - |
| XYZ | 24.59 | 11.06 | 80.19 | - |
| YUV | 70.77 | 221.25 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 236 | 0.44 | 0.97 | 0 | 0.07 | 272.37 | 0.93 | 0.48 |
| Hex | 83 | 8 | EC | 2C | 61 | 0 | 7 | 110 | 5D | 30 |
| Octal | 203 | 10 | 354 | 54 | 141 | 0 | 7 | 420 | 135 | 60 |
| Binary | 10000011 | 1000 | 11101100 | 101100 | 1100001 | 0 | 111 | 100010000 | 1011101 | 110000 |
Color Harmonies of #8308EC
Complementary color
Monochromatic Colors of #8308EC
Black with #8308EC
Text Example
Text Example
White with #8308EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8308EC; }
p { color: rgb(131,8,236); }
H1.HeaderClassName
{
color: #8308EC;
}
.AnyTagClassName
{
color: #8308EC;
}
</style>
background-color css
<style>
a { background-color: #8308EC; }
a { background-color: rgb(131,8,236); }
div.DivClassName
{
background-color: #8308EC;
}
.BgClassName
{
background-color: #8308EC;
}
</style>
border-color css
<style>
span { border-color: #8308EC; }
span { border-color: rgb(131,8,236); }
td.TdClassName
{
border-color: #8308EC;
}
.TagClassName
{
border-color: #8308EC;
}
</style>