Shades of Dark Violet #9301BA
Tints of Dark Violet #9301BA
RGB
CMYK
RGB Variations
Color information
#9301BA (or 0x9301BA) is known color: Dark Violet. HEX triplet: 93, 01 and BA. RGB value is (147,1,186). Sum of RGB (Red+Green+Blue) = 147+1+186=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #9301BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9301BA is #6CFE45. Grayscale: #414141. Windows color (decimal): -7142982 or 12190099. OLE color: 12190099.
HSL color Cylindrical-coordinate representation of color #9301BA: hue angle of 287.35º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9301BA is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 1 | 186 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.27 |
| HSL | 287.35º | 0.99% | 0.37% | - |
| HSV(B) | 287.35º | 0.99% | 0.73% | - |
| XYZ | 20.91 | 9.77 | 47.24 | - |
| YUV | 65.74 | 195.87 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 186 | 0.21 | 0.99 | 0 | 0.27 | 287.35 | 0.99 | 0.37 |
| Hex | 93 | 1 | BA | 15 | 63 | 0 | 1B | 11F | 63 | 25 |
| Octal | 223 | 1 | 272 | 25 | 143 | 0 | 33 | 437 | 143 | 45 |
| Binary | 10010011 | 1 | 10111010 | 10101 | 1100011 | 0 | 11011 | 100011111 | 1100011 | 100101 |
Color Harmonies of #9301BA
Complementary color
Monochromatic Colors of #9301BA
Black with #9301BA
Text Example
Text Example
White with #9301BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9301BA; }
p { color: rgb(147,1,186); }
H1.HeaderClassName
{
color: #9301BA;
}
.AnyTagClassName
{
color: #9301BA;
}
</style>
background-color css
<style>
a { background-color: #9301BA; }
a { background-color: rgb(147,1,186); }
div.DivClassName
{
background-color: #9301BA;
}
.BgClassName
{
background-color: #9301BA;
}
</style>
border-color css
<style>
span { border-color: #9301BA; }
span { border-color: rgb(147,1,186); }
td.TdClassName
{
border-color: #9301BA;
}
.TagClassName
{
border-color: #9301BA;
}
</style>