Shades of Dark Violet #9404BA
Tints of Dark Violet #9404BA
RGB
CMYK
RGB Variations
Color information
#9404BA (or 0x9404BA) is known color: Dark Violet. HEX triplet: 94, 04 and BA. RGB value is (148,4,186). Sum of RGB (Red+Green+Blue) = 148+4+186=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #9404BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9404BA is #6BFB45. Grayscale: #434343. Windows color (decimal): -7076678 or 12190868. OLE color: 12190868.
HSL color Cylindrical-coordinate representation of color #9404BA: hue angle of 287.47º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9404BA is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 4 | 186 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.27 |
| HSL | 287.47º | 0.96% | 0.37% | - |
| HSV(B) | 287.47º | 0.98% | 0.73% | - |
| XYZ | 21.12 | 9.93 | 47.26 | - |
| YUV | 67.8 | 194.71 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 4 | 186 | 0.20 | 0.98 | 0 | 0.27 | 287.47 | 0.96 | 0.37 |
| Hex | 94 | 4 | BA | 14 | 62 | 0 | 1B | 11F | 60 | 25 |
| Octal | 224 | 4 | 272 | 24 | 142 | 0 | 33 | 437 | 140 | 45 |
| Binary | 10010100 | 100 | 10111010 | 10100 | 1100010 | 0 | 11011 | 100011111 | 1100000 | 100101 |
Color Harmonies of #9404BA
Complementary color
Monochromatic Colors of #9404BA
Black with #9404BA
Text Example
Text Example
White with #9404BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9404BA; }
p { color: rgb(148,4,186); }
H1.HeaderClassName
{
color: #9404BA;
}
.AnyTagClassName
{
color: #9404BA;
}
</style>
background-color css
<style>
a { background-color: #9404BA; }
a { background-color: rgb(148,4,186); }
div.DivClassName
{
background-color: #9404BA;
}
.BgClassName
{
background-color: #9404BA;
}
</style>
border-color css
<style>
span { border-color: #9404BA; }
span { border-color: rgb(148,4,186); }
td.TdClassName
{
border-color: #9404BA;
}
.TagClassName
{
border-color: #9404BA;
}
</style>