Shades of Dark Violet #8307EC
Tints of Dark Violet #8307EC
RGB
CMYK
RGB Variations
Color information
#8307EC (or 0x8307EC) is known color: Dark Violet. HEX triplet: 83, 07 and EC. RGB value is (131,7,236). Sum of RGB (Red+Green+Blue) = 131+7+236=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #8307EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8307EC is #7CF813. Grayscale: #454545. Windows color (decimal): -8189972 or 15468419. OLE color: 15468419.
HSL color Cylindrical-coordinate representation of color #8307EC: hue angle of 272.49º degrees, saturation: 0.94, 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 #8307EC is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 7 | 236 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.07 |
| HSL | 272.49º | 0.94% | 0.48% | - |
| HSV(B) | 272.49º | 0.97% | 0.93% | - |
| XYZ | 24.58 | 11.03 | 80.19 | - |
| YUV | 70.18 | 221.58 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 236 | 0.44 | 0.97 | 0 | 0.07 | 272.49 | 0.94 | 0.48 |
| Hex | 83 | 7 | EC | 2C | 61 | 0 | 7 | 110 | 5E | 30 |
| Octal | 203 | 7 | 354 | 54 | 141 | 0 | 7 | 420 | 136 | 60 |
| Binary | 10000011 | 111 | 11101100 | 101100 | 1100001 | 0 | 111 | 100010000 | 1011110 | 110000 |
Color Harmonies of #8307EC
Complementary color
Monochromatic Colors of #8307EC
Black with #8307EC
Text Example
Text Example
White with #8307EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8307EC; }
p { color: rgb(131,7,236); }
H1.HeaderClassName
{
color: #8307EC;
}
.AnyTagClassName
{
color: #8307EC;
}
</style>
background-color css
<style>
a { background-color: #8307EC; }
a { background-color: rgb(131,7,236); }
div.DivClassName
{
background-color: #8307EC;
}
.BgClassName
{
background-color: #8307EC;
}
</style>
border-color css
<style>
span { border-color: #8307EC; }
span { border-color: rgb(131,7,236); }
td.TdClassName
{
border-color: #8307EC;
}
.TagClassName
{
border-color: #8307EC;
}
</style>