Shades of Dark Violet #9307EC
Tints of Dark Violet #9307EC
RGB
CMYK
RGB Variations
Color information
#9307EC (or 0x9307EC) is known color: Dark Violet. HEX triplet: 93, 07 and EC. RGB value is (147,7,236). Sum of RGB (Red+Green+Blue) = 147+7+236=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 7 (3.12% from 255 or 1.79% from 390); Blue value is 236 (92.58% from 255 or 60.51% from 390); Max value from RGB is 236 - color contains mainly: blue. Hex color #9307EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9307EC is #6CF813. Grayscale: #4A4A4A. Windows color (decimal): -7141396 or 15468435. OLE color: 15468435.
HSL color Cylindrical-coordinate representation of color #9307EC: hue angle of 276.68º 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 #9307EC is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 7 | 236 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.07 |
| HSL | 276.68º | 0.94% | 0.48% | - |
| HSV(B) | 276.68º | 0.97% | 0.93% | - |
| XYZ | 27.25 | 12.41 | 80.32 | - |
| YUV | 74.97 | 218.88 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 7 | 236 | 0.38 | 0.97 | 0 | 0.07 | 276.68 | 0.94 | 0.48 |
| Hex | 93 | 7 | EC | 26 | 61 | 0 | 7 | 115 | 5E | 30 |
| Octal | 223 | 7 | 354 | 46 | 141 | 0 | 7 | 425 | 136 | 60 |
| Binary | 10010011 | 111 | 11101100 | 100110 | 1100001 | 0 | 111 | 100010101 | 1011110 | 110000 |
Color Harmonies of #9307EC
Complementary color
Monochromatic Colors of #9307EC
Black with #9307EC
Text Example
Text Example
White with #9307EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9307EC; }
p { color: rgb(147,7,236); }
H1.HeaderClassName
{
color: #9307EC;
}
.AnyTagClassName
{
color: #9307EC;
}
</style>
background-color css
<style>
a { background-color: #9307EC; }
a { background-color: rgb(147,7,236); }
div.DivClassName
{
background-color: #9307EC;
}
.BgClassName
{
background-color: #9307EC;
}
</style>
border-color css
<style>
span { border-color: #9307EC; }
span { border-color: rgb(147,7,236); }
td.TdClassName
{
border-color: #9307EC;
}
.TagClassName
{
border-color: #9307EC;
}
</style>