Shades of Dark Violet #9404BB
Tints of Dark Violet #9404BB
RGB
CMYK
RGB Variations
Color information
#9404BB (or 0x9404BB) is known color: Dark Violet. HEX triplet: 94, 04 and BB. RGB value is (148,4,187). Sum of RGB (Red+Green+Blue) = 148+4+187=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #9404BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9404BB is #6BFB44. Grayscale: #434343. Windows color (decimal): -7076677 or 12256404. OLE color: 12256404.
HSL color Cylindrical-coordinate representation of color #9404BB: hue angle of 287.21º 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 #9404BB is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 4 | 187 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.27 |
| HSL | 287.21º | 0.96% | 0.37% | - |
| HSV(B) | 287.21º | 0.98% | 0.73% | - |
| XYZ | 21.23 | 9.97 | 47.82 | - |
| YUV | 67.92 | 195.21 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 4 | 187 | 0.21 | 0.98 | 0 | 0.27 | 287.21 | 0.96 | 0.37 |
| Hex | 94 | 4 | BB | 15 | 62 | 0 | 1B | 11F | 60 | 25 |
| Octal | 224 | 4 | 273 | 25 | 142 | 0 | 33 | 437 | 140 | 45 |
| Binary | 10010100 | 100 | 10111011 | 10101 | 1100010 | 0 | 11011 | 100011111 | 1100000 | 100101 |
Color Harmonies of #9404BB
Complementary color
Monochromatic Colors of #9404BB
Black with #9404BB
Text Example
Text Example
White with #9404BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9404BB; }
p { color: rgb(148,4,187); }
H1.HeaderClassName
{
color: #9404BB;
}
.AnyTagClassName
{
color: #9404BB;
}
</style>
background-color css
<style>
a { background-color: #9404BB; }
a { background-color: rgb(148,4,187); }
div.DivClassName
{
background-color: #9404BB;
}
.BgClassName
{
background-color: #9404BB;
}
</style>
border-color css
<style>
span { border-color: #9404BB; }
span { border-color: rgb(148,4,187); }
td.TdClassName
{
border-color: #9404BB;
}
.TagClassName
{
border-color: #9404BB;
}
</style>