Shades of Dark Violet #9404C0
Tints of Dark Violet #9404C0
RGB
CMYK
RGB Variations
Color information
#9404C0 (or 0x9404C0) is known color: Dark Violet. HEX triplet: 94, 04 and C0. RGB value is (148,4,192). Sum of RGB (Red+Green+Blue) = 148+4+192=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #9404C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9404C0 is #6BFB3F. Grayscale: #434343. Windows color (decimal): -7076672 or 12584084. OLE color: 12584084.
HSL color Cylindrical-coordinate representation of color #9404C0: hue angle of 285.96º degrees, saturation: 0.96, 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 #9404C0 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 4 | 192 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.25 |
| HSL | 285.96º | 0.96% | 0.38% | - |
| HSV(B) | 285.96º | 0.98% | 0.75% | - |
| XYZ | 21.77 | 10.19 | 50.69 | - |
| YUV | 68.49 | 197.71 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 4 | 192 | 0.23 | 0.98 | 0 | 0.25 | 285.96 | 0.96 | 0.38 |
| Hex | 94 | 4 | C0 | 17 | 62 | 0 | 19 | 11E | 60 | 26 |
| Octal | 224 | 4 | 300 | 27 | 142 | 0 | 31 | 436 | 140 | 46 |
| Binary | 10010100 | 100 | 11000000 | 10111 | 1100010 | 0 | 11001 | 100011110 | 1100000 | 100110 |
Color Harmonies of #9404C0
Complementary color
Monochromatic Colors of #9404C0
Black with #9404C0
Text Example
Text Example
White with #9404C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9404C0; }
p { color: rgb(148,4,192); }
H1.HeaderClassName
{
color: #9404C0;
}
.AnyTagClassName
{
color: #9404C0;
}
</style>
background-color css
<style>
a { background-color: #9404C0; }
a { background-color: rgb(148,4,192); }
div.DivClassName
{
background-color: #9404C0;
}
.BgClassName
{
background-color: #9404C0;
}
</style>
border-color css
<style>
span { border-color: #9404C0; }
span { border-color: rgb(148,4,192); }
td.TdClassName
{
border-color: #9404C0;
}
.TagClassName
{
border-color: #9404C0;
}
</style>