Shades of Dark Violet #9301C0
Tints of Dark Violet #9301C0
RGB
CMYK
RGB Variations
Color information
#9301C0 (or 0x9301C0) is known color: Dark Violet. HEX triplet: 93, 01 and C0. RGB value is (147,1,192). Sum of RGB (Red+Green+Blue) = 147+1+192=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 192 (75.39% from 255 or 56.47% from 340); Max value from RGB is 192 - color contains mainly: blue. Hex color #9301C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9301C0 is #6CFE3F. Grayscale: #414141. Windows color (decimal): -7142976 or 12583315. OLE color: 12583315.
HSL color Cylindrical-coordinate representation of color #9301C0: hue angle of 285.86º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9301C0 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 1 | 192 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.25 |
| HSL | 285.86º | 0.99% | 0.38% | - |
| HSV(B) | 285.86º | 0.99% | 0.75% | - |
| XYZ | 21.56 | 10.03 | 50.67 | - |
| YUV | 66.43 | 198.87 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 192 | 0.23 | 0.99 | 0 | 0.25 | 285.86 | 0.99 | 0.38 |
| Hex | 93 | 1 | C0 | 17 | 63 | 0 | 19 | 11E | 63 | 26 |
| Octal | 223 | 1 | 300 | 27 | 143 | 0 | 31 | 436 | 143 | 46 |
| Binary | 10010011 | 1 | 11000000 | 10111 | 1100011 | 0 | 11001 | 100011110 | 1100011 | 100110 |
Color Harmonies of #9301C0
Complementary color
Monochromatic Colors of #9301C0
Black with #9301C0
Text Example
Text Example
White with #9301C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9301C0; }
p { color: rgb(147,1,192); }
H1.HeaderClassName
{
color: #9301C0;
}
.AnyTagClassName
{
color: #9301C0;
}
</style>
background-color css
<style>
a { background-color: #9301C0; }
a { background-color: rgb(147,1,192); }
div.DivClassName
{
background-color: #9301C0;
}
.BgClassName
{
background-color: #9301C0;
}
</style>
border-color css
<style>
span { border-color: #9301C0; }
span { border-color: rgb(147,1,192); }
td.TdClassName
{
border-color: #9301C0;
}
.TagClassName
{
border-color: #9301C0;
}
</style>