Shades of Dark Violet #9303C0
Tints of Dark Violet #9303C0
RGB
CMYK
RGB Variations
Color information
#9303C0 (or 0x9303C0) is known color: Dark Violet. HEX triplet: 93, 03 and C0. RGB value is (147,3,192). Sum of RGB (Red+Green+Blue) = 147+3+192=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #9303C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9303C0 is #6CFC3F. Grayscale: #424242. Windows color (decimal): -7142464 or 12583827. OLE color: 12583827.
HSL color Cylindrical-coordinate representation of color #9303C0: hue angle of 285.71º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9303C0 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 3 | 192 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.25 |
| HSL | 285.71º | 0.97% | 0.38% | - |
| HSV(B) | 285.71º | 0.98% | 0.75% | - |
| XYZ | 21.58 | 10.07 | 50.68 | - |
| YUV | 67.6 | 198.21 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 192 | 0.23 | 0.98 | 0 | 0.25 | 285.71 | 0.97 | 0.38 |
| Hex | 93 | 3 | C0 | 17 | 62 | 0 | 19 | 11E | 61 | 26 |
| Octal | 223 | 3 | 300 | 27 | 142 | 0 | 31 | 436 | 141 | 46 |
| Binary | 10010011 | 11 | 11000000 | 10111 | 1100010 | 0 | 11001 | 100011110 | 1100001 | 100110 |
Color Harmonies of #9303C0
Complementary color
Monochromatic Colors of #9303C0
Black with #9303C0
Text Example
Text Example
White with #9303C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9303C0; }
p { color: rgb(147,3,192); }
H1.HeaderClassName
{
color: #9303C0;
}
.AnyTagClassName
{
color: #9303C0;
}
</style>
background-color css
<style>
a { background-color: #9303C0; }
a { background-color: rgb(147,3,192); }
div.DivClassName
{
background-color: #9303C0;
}
.BgClassName
{
background-color: #9303C0;
}
</style>
border-color css
<style>
span { border-color: #9303C0; }
span { border-color: rgb(147,3,192); }
td.TdClassName
{
border-color: #9303C0;
}
.TagClassName
{
border-color: #9303C0;
}
</style>