Shades of Dark Violet #9306EC
Tints of Dark Violet #9306EC
RGB
CMYK
RGB Variations
Color information
#9306EC (or 0x9306EC) is known color: Dark Violet. HEX triplet: 93, 06 and EC. RGB value is (147,6,236). Sum of RGB (Red+Green+Blue) = 147+6+236=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #9306EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9306EC is #6CF913. Grayscale: #494949. Windows color (decimal): -7141652 or 15468179. OLE color: 15468179.
HSL color Cylindrical-coordinate representation of color #9306EC: hue angle of 276.78º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9306EC is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 6 | 236 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.07 |
| HSL | 276.78º | 0.95% | 0.47% | - |
| HSV(B) | 276.78º | 0.97% | 0.93% | - |
| XYZ | 27.24 | 12.39 | 80.31 | - |
| YUV | 74.38 | 219.21 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 6 | 236 | 0.38 | 0.97 | 0 | 0.07 | 276.78 | 0.95 | 0.47 |
| Hex | 93 | 6 | EC | 26 | 61 | 0 | 7 | 115 | 5F | 2F |
| Octal | 223 | 6 | 354 | 46 | 141 | 0 | 7 | 425 | 137 | 57 |
| Binary | 10010011 | 110 | 11101100 | 100110 | 1100001 | 0 | 111 | 100010101 | 1011111 | 101111 |
Color Harmonies of #9306EC
Complementary color
Monochromatic Colors of #9306EC
Black with #9306EC
Text Example
Text Example
White with #9306EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9306EC; }
p { color: rgb(147,6,236); }
H1.HeaderClassName
{
color: #9306EC;
}
.AnyTagClassName
{
color: #9306EC;
}
</style>
background-color css
<style>
a { background-color: #9306EC; }
a { background-color: rgb(147,6,236); }
div.DivClassName
{
background-color: #9306EC;
}
.BgClassName
{
background-color: #9306EC;
}
</style>
border-color css
<style>
span { border-color: #9306EC; }
span { border-color: rgb(147,6,236); }
td.TdClassName
{
border-color: #9306EC;
}
.TagClassName
{
border-color: #9306EC;
}
</style>