Shades of Dark Violet #9305BA
Tints of Dark Violet #9305BA
RGB
CMYK
RGB Variations
Color information
#9305BA (or 0x9305BA) is known color: Dark Violet. HEX triplet: 93, 05 and BA. RGB value is (147,5,186). Sum of RGB (Red+Green+Blue) = 147+5+186=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #9305BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9305BA is #6CFA45. Grayscale: #434343. Windows color (decimal): -7141958 or 12191123. OLE color: 12191123.
HSL color Cylindrical-coordinate representation of color #9305BA: hue angle of 287.07º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9305BA is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 5 | 186 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.27 |
| HSL | 287.07º | 0.95% | 0.37% | - |
| HSV(B) | 287.07º | 0.97% | 0.73% | - |
| XYZ | 20.95 | 9.86 | 47.25 | - |
| YUV | 68.09 | 194.54 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 5 | 186 | 0.21 | 0.97 | 0 | 0.27 | 287.07 | 0.95 | 0.37 |
| Hex | 93 | 5 | BA | 15 | 61 | 0 | 1B | 11F | 5F | 25 |
| Octal | 223 | 5 | 272 | 25 | 141 | 0 | 33 | 437 | 137 | 45 |
| Binary | 10010011 | 101 | 10111010 | 10101 | 1100001 | 0 | 11011 | 100011111 | 1011111 | 100101 |
Color Harmonies of #9305BA
Complementary color
Monochromatic Colors of #9305BA
Black with #9305BA
Text Example
Text Example
White with #9305BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9305BA; }
p { color: rgb(147,5,186); }
H1.HeaderClassName
{
color: #9305BA;
}
.AnyTagClassName
{
color: #9305BA;
}
</style>
background-color css
<style>
a { background-color: #9305BA; }
a { background-color: rgb(147,5,186); }
div.DivClassName
{
background-color: #9305BA;
}
.BgClassName
{
background-color: #9305BA;
}
</style>
border-color css
<style>
span { border-color: #9305BA; }
span { border-color: rgb(147,5,186); }
td.TdClassName
{
border-color: #9305BA;
}
.TagClassName
{
border-color: #9305BA;
}
</style>