Shades of Dark Violet #9407FF
Tints of Dark Violet #9407FF
RGB
CMYK
RGB Variations
Color information
#9407FF (or 0x9407FF) is known color: Dark Violet. HEX triplet: 94, 07 and FF. RGB value is (148,7,255). Sum of RGB (Red+Green+Blue) = 148+7+255=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 7 (3.12% from 255 or 1.71% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #9407FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9407FF is #6BF800. Grayscale: #4C4C4C. Windows color (decimal): -7075841 or 16713620. OLE color: 16713620.
HSL color Cylindrical-coordinate representation of color #9407FF: hue angle of 274.11º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9407FF is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 7 | 255 | - |
| CMYK | 0.42 | 0.97 | 0 | 0 |
| HSL | 274.11º | 1% | 0.51% | - |
| HSV(B) | 274.11º | 0.97% | 1% | - |
| XYZ | 30.34 | 13.67 | 95.65 | - |
| YUV | 77.43 | 228.21 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 7 | 255 | 0.42 | 0.97 | 0 | 0 | 274.11 | 1 | 0.51 |
| Hex | 94 | 7 | FF | 2A | 61 | 0 | 0 | 112 | 64 | 33 |
| Octal | 224 | 7 | 377 | 52 | 141 | 0 | 0 | 422 | 144 | 63 |
| Binary | 10010100 | 111 | 11111111 | 101010 | 1100001 | 0 | 0 | 100010010 | 1100100 | 110011 |
Color Harmonies of #9407FF
Complementary color
Monochromatic Colors of #9407FF
Black with #9407FF
Text Example
Text Example
White with #9407FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9407FF; }
p { color: rgb(148,7,255); }
H1.HeaderClassName
{
color: #9407FF;
}
.AnyTagClassName
{
color: #9407FF;
}
</style>
background-color css
<style>
a { background-color: #9407FF; }
a { background-color: rgb(148,7,255); }
div.DivClassName
{
background-color: #9407FF;
}
.BgClassName
{
background-color: #9407FF;
}
</style>
border-color css
<style>
span { border-color: #9407FF; }
span { border-color: rgb(148,7,255); }
td.TdClassName
{
border-color: #9407FF;
}
.TagClassName
{
border-color: #9407FF;
}
</style>