Shades of Dark Violet #9400DC
Tints of Dark Violet #9400DC
RGB
CMYK
RGB Variations
Color information
#9400DC (or 0x9400DC) is known color: Dark Violet. HEX triplet: 94, 00 and DC. RGB value is (148,0,220). Sum of RGB (Red+Green+Blue) = 148+0+220=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #9400DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9400DC is #6BFF23. Grayscale: #444444. Windows color (decimal): -7077668 or 14418068. OLE color: 14418068.
HSL color Cylindrical-coordinate representation of color #9400DC: hue angle of 280.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9400DC is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 0 | 220 | - |
| CMYK | 0.33 | 1 | 0 | 0.14 |
| HSL | 280.36º | 1% | 0.43% | - |
| HSV(B) | 280.36º | 1% | 0.86% | - |
| XYZ | 25.13 | 11.46 | 68.6 | - |
| YUV | 69.33 | 213.03 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 220 | 0.33 | 1 | 0 | 0.14 | 280.36 | 1 | 0.43 |
| Hex | 94 | 0 | DC | 21 | 64 | 0 | E | 118 | 64 | 2B |
| Octal | 224 | 0 | 334 | 41 | 144 | 0 | 16 | 430 | 144 | 53 |
| Binary | 10010100 | 0 | 11011100 | 100001 | 1100100 | 0 | 1110 | 100011000 | 1100100 | 101011 |
Color Harmonies of #9400DC
Complementary color
Monochromatic Colors of #9400DC
Black with #9400DC
Text Example
Text Example
White with #9400DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9400DC; }
p { color: rgb(148,0,220); }
H1.HeaderClassName
{
color: #9400DC;
}
.AnyTagClassName
{
color: #9400DC;
}
</style>
background-color css
<style>
a { background-color: #9400DC; }
a { background-color: rgb(148,0,220); }
div.DivClassName
{
background-color: #9400DC;
}
.BgClassName
{
background-color: #9400DC;
}
</style>
border-color css
<style>
span { border-color: #9400DC; }
span { border-color: rgb(148,0,220); }
td.TdClassName
{
border-color: #9400DC;
}
.TagClassName
{
border-color: #9400DC;
}
</style>