Shades of Dark Violet #9306BA
Tints of Dark Violet #9306BA
RGB
CMYK
RGB Variations
Color information
#9306BA (or 0x9306BA) is known color: Dark Violet. HEX triplet: 93, 06 and BA. RGB value is (147,6,186). Sum of RGB (Red+Green+Blue) = 147+6+186=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #9306BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9306BA is #6CF945. Grayscale: #444444. Windows color (decimal): -7141702 or 12191379. OLE color: 12191379.
HSL color Cylindrical-coordinate representation of color #9306BA: hue angle of 287º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9306BA is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 6 | 186 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.27 |
| HSL | 287º | 0.94% | 0.38% | - |
| HSV(B) | 287º | 0.97% | 0.73% | - |
| XYZ | 20.96 | 9.88 | 47.26 | - |
| YUV | 68.68 | 194.21 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 6 | 186 | 0.21 | 0.97 | 0 | 0.27 | 287 | 0.94 | 0.38 |
| Hex | 93 | 6 | BA | 15 | 61 | 0 | 1B | 11F | 5E | 26 |
| Octal | 223 | 6 | 272 | 25 | 141 | 0 | 33 | 437 | 136 | 46 |
| Binary | 10010011 | 110 | 10111010 | 10101 | 1100001 | 0 | 11011 | 100011111 | 1011110 | 100110 |
Color Harmonies of #9306BA
Complementary color
Monochromatic Colors of #9306BA
Black with #9306BA
Text Example
Text Example
White with #9306BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9306BA; }
p { color: rgb(147,6,186); }
H1.HeaderClassName
{
color: #9306BA;
}
.AnyTagClassName
{
color: #9306BA;
}
</style>
background-color css
<style>
a { background-color: #9306BA; }
a { background-color: rgb(147,6,186); }
div.DivClassName
{
background-color: #9306BA;
}
.BgClassName
{
background-color: #9306BA;
}
</style>
border-color css
<style>
span { border-color: #9306BA; }
span { border-color: rgb(147,6,186); }
td.TdClassName
{
border-color: #9306BA;
}
.TagClassName
{
border-color: #9306BA;
}
</style>