Shades of Dark Violet #9400B7
Tints of Dark Violet #9400B7
RGB
CMYK
RGB Variations
Color information
#9400B7 (or 0x9400B7) is known color: Dark Violet. HEX triplet: 94, 00 and B7. RGB value is (148,0,183). Sum of RGB (Red+Green+Blue) = 148+0+183=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 183 (71.88% from 255 or 55.29% from 331); Max value from RGB is 183 - color contains mainly: blue. Hex color #9400B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9400B7 is #6BFF48. Grayscale: #404040. Windows color (decimal): -7077705 or 11993236. OLE color: 11993236.
HSL color Cylindrical-coordinate representation of color #9400B7: hue angle of 288.52º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9400B7 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 0 | 183 | - |
| CMYK | 0.19 | 1 | 0 | 0.28 |
| HSL | 288.52º | 1% | 0.36% | - |
| HSV(B) | 288.52º | 1% | 0.72% | - |
| XYZ | 20.76 | 9.71 | 45.58 | - |
| YUV | 65.11 | 194.53 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 183 | 0.19 | 1 | 0 | 0.28 | 288.52 | 1 | 0.36 |
| Hex | 94 | 0 | B7 | 13 | 64 | 0 | 1C | 121 | 64 | 24 |
| Octal | 224 | 0 | 267 | 23 | 144 | 0 | 34 | 441 | 144 | 44 |
| Binary | 10010100 | 0 | 10110111 | 10011 | 1100100 | 0 | 11100 | 100100001 | 1100100 | 100100 |
Color Harmonies of #9400B7
Complementary color
Monochromatic Colors of #9400B7
Black with #9400B7
Text Example
Text Example
White with #9400B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9400B7; }
p { color: rgb(148,0,183); }
H1.HeaderClassName
{
color: #9400B7;
}
.AnyTagClassName
{
color: #9400B7;
}
</style>
background-color css
<style>
a { background-color: #9400B7; }
a { background-color: rgb(148,0,183); }
div.DivClassName
{
background-color: #9400B7;
}
.BgClassName
{
background-color: #9400B7;
}
</style>
border-color css
<style>
span { border-color: #9400B7; }
span { border-color: rgb(148,0,183); }
td.TdClassName
{
border-color: #9400B7;
}
.TagClassName
{
border-color: #9400B7;
}
</style>