Shades of Dark Violet #9403C9
Tints of Dark Violet #9403C9
RGB
CMYK
RGB Variations
Color information
#9403C9 (or 0x9403C9) is known color: Dark Violet. HEX triplet: 94, 03 and C9. RGB value is (148,3,201). Sum of RGB (Red+Green+Blue) = 148+3+201=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 201 (78.91% from 255 or 57.10% from 352); Max value from RGB is 201 - color contains mainly: blue. Hex color #9403C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9403C9 is #6BFC36. Grayscale: #444444. Windows color (decimal): -7076919 or 13173652. OLE color: 13173652.
HSL color Cylindrical-coordinate representation of color #9403C9: hue angle of 283.94º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9403C9 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 3 | 201 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.21 |
| HSL | 283.94º | 0.97% | 0.4% | - |
| HSV(B) | 283.94º | 0.99% | 0.79% | - |
| XYZ | 22.79 | 10.58 | 56.1 | - |
| YUV | 68.93 | 202.54 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 201 | 0.26 | 0.99 | 0 | 0.21 | 283.94 | 0.97 | 0.4 |
| Hex | 94 | 3 | C9 | 1A | 63 | 0 | 15 | 11C | 61 | 28 |
| Octal | 224 | 3 | 311 | 32 | 143 | 0 | 25 | 434 | 141 | 50 |
| Binary | 10010100 | 11 | 11001001 | 11010 | 1100011 | 0 | 10101 | 100011100 | 1100001 | 101000 |
Color Harmonies of #9403C9
Complementary color
Monochromatic Colors of #9403C9
Black with #9403C9
Text Example
Text Example
White with #9403C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9403C9; }
p { color: rgb(148,3,201); }
H1.HeaderClassName
{
color: #9403C9;
}
.AnyTagClassName
{
color: #9403C9;
}
</style>
background-color css
<style>
a { background-color: #9403C9; }
a { background-color: rgb(148,3,201); }
div.DivClassName
{
background-color: #9403C9;
}
.BgClassName
{
background-color: #9403C9;
}
</style>
border-color css
<style>
span { border-color: #9403C9; }
span { border-color: rgb(148,3,201); }
td.TdClassName
{
border-color: #9403C9;
}
.TagClassName
{
border-color: #9403C9;
}
</style>