Shades of Dark Violet #9400CD
Tints of Dark Violet #9400CD
RGB
CMYK
RGB Variations
Color information
#9400CD (or 0x9400CD) is known color: Dark Violet. HEX triplet: 94, 00 and CD. RGB value is (148,0,205). Sum of RGB (Red+Green+Blue) = 148+0+205=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #9400CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9400CD is #6BFF32. Grayscale: #424242. Windows color (decimal): -7077683 or 13435028. OLE color: 13435028.
HSL color Cylindrical-coordinate representation of color #9400CD: hue angle of 283.32º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9400CD is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 0 | 205 | - |
| CMYK | 0.28 | 1 | 0 | 0.20 |
| HSL | 283.32º | 1% | 0.4% | - |
| HSV(B) | 283.32º | 1% | 0.8% | - |
| XYZ | 23.23 | 10.7 | 58.6 | - |
| YUV | 67.62 | 205.53 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 205 | 0.28 | 1 | 0 | 0.20 | 283.32 | 1 | 0.4 |
| Hex | 94 | 0 | CD | 1C | 64 | 0 | 14 | 11B | 64 | 28 |
| Octal | 224 | 0 | 315 | 34 | 144 | 0 | 24 | 433 | 144 | 50 |
| Binary | 10010100 | 0 | 11001101 | 11100 | 1100100 | 0 | 10100 | 100011011 | 1100100 | 101000 |
Color Harmonies of #9400CD
Complementary color
Monochromatic Colors of #9400CD
Black with #9400CD
Text Example
Text Example
White with #9400CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9400CD; }
p { color: rgb(148,0,205); }
H1.HeaderClassName
{
color: #9400CD;
}
.AnyTagClassName
{
color: #9400CD;
}
</style>
background-color css
<style>
a { background-color: #9400CD; }
a { background-color: rgb(148,0,205); }
div.DivClassName
{
background-color: #9400CD;
}
.BgClassName
{
background-color: #9400CD;
}
</style>
border-color css
<style>
span { border-color: #9400CD; }
span { border-color: rgb(148,0,205); }
td.TdClassName
{
border-color: #9400CD;
}
.TagClassName
{
border-color: #9400CD;
}
</style>