Shades of Dark Violet #9400DF
Tints of Dark Violet #9400DF
RGB
CMYK
RGB Variations
Color information
#9400DF (or 0x9400DF) is known color: Dark Violet. HEX triplet: 94, 00 and DF. RGB value is (148,0,223). Sum of RGB (Red+Green+Blue) = 148+0+223=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #9400DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9400DF is #6BFF20. Grayscale: #444444. Windows color (decimal): -7077665 or 14614676. OLE color: 14614676.
HSL color Cylindrical-coordinate representation of color #9400DF: hue angle of 279.82º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9400DF is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 0 | 223 | - |
| CMYK | 0.34 | 1 | 0 | 0.13 |
| HSL | 279.82º | 1% | 0.44% | - |
| HSV(B) | 279.82º | 1% | 0.87% | - |
| XYZ | 25.53 | 11.62 | 70.71 | - |
| YUV | 69.67 | 214.53 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 223 | 0.34 | 1 | 0 | 0.13 | 279.82 | 1 | 0.44 |
| Hex | 94 | 0 | DF | 22 | 64 | 0 | D | 118 | 64 | 2C |
| Octal | 224 | 0 | 337 | 42 | 144 | 0 | 15 | 430 | 144 | 54 |
| Binary | 10010100 | 0 | 11011111 | 100010 | 1100100 | 0 | 1101 | 100011000 | 1100100 | 101100 |
Color Harmonies of #9400DF
Complementary color
Monochromatic Colors of #9400DF
Black with #9400DF
Text Example
Text Example
White with #9400DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9400DF; }
p { color: rgb(148,0,223); }
H1.HeaderClassName
{
color: #9400DF;
}
.AnyTagClassName
{
color: #9400DF;
}
</style>
background-color css
<style>
a { background-color: #9400DF; }
a { background-color: rgb(148,0,223); }
div.DivClassName
{
background-color: #9400DF;
}
.BgClassName
{
background-color: #9400DF;
}
</style>
border-color css
<style>
span { border-color: #9400DF; }
span { border-color: rgb(148,0,223); }
td.TdClassName
{
border-color: #9400DF;
}
.TagClassName
{
border-color: #9400DF;
}
</style>