Shades of Dark Violet #9407CE
Tints of Dark Violet #9407CE
RGB
CMYK
RGB Variations
Color information
#9407CE (or 0x9407CE) is known color: Dark Violet. HEX triplet: 94, 07 and CE. RGB value is (148,7,206). Sum of RGB (Red+Green+Blue) = 148+7+206=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #9407CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9407CE is #6BF831. Grayscale: #474747. Windows color (decimal): -7075890 or 13502356. OLE color: 13502356.
HSL color Cylindrical-coordinate representation of color #9407CE: hue angle of 282.51º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9407CE is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 7 | 206 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.19 |
| HSL | 282.51º | 0.93% | 0.42% | - |
| HSV(B) | 282.51º | 0.97% | 0.81% | - |
| XYZ | 23.43 | 10.9 | 59.26 | - |
| YUV | 71.85 | 203.71 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 7 | 206 | 0.28 | 0.97 | 0 | 0.19 | 282.51 | 0.93 | 0.42 |
| Hex | 94 | 7 | CE | 1C | 61 | 0 | 13 | 11B | 5D | 2A |
| Octal | 224 | 7 | 316 | 34 | 141 | 0 | 23 | 433 | 135 | 52 |
| Binary | 10010100 | 111 | 11001110 | 11100 | 1100001 | 0 | 10011 | 100011011 | 1011101 | 101010 |
Color Harmonies of #9407CE
Complementary color
Monochromatic Colors of #9407CE
Black with #9407CE
Text Example
Text Example
White with #9407CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9407CE; }
p { color: rgb(148,7,206); }
H1.HeaderClassName
{
color: #9407CE;
}
.AnyTagClassName
{
color: #9407CE;
}
</style>
background-color css
<style>
a { background-color: #9407CE; }
a { background-color: rgb(148,7,206); }
div.DivClassName
{
background-color: #9407CE;
}
.BgClassName
{
background-color: #9407CE;
}
</style>
border-color css
<style>
span { border-color: #9407CE; }
span { border-color: rgb(148,7,206); }
td.TdClassName
{
border-color: #9407CE;
}
.TagClassName
{
border-color: #9407CE;
}
</style>