Shades of Dark Violet #9400DD
Tints of Dark Violet #9400DD
RGB
CMYK
RGB Variations
Color information
#9400DD (or 0x9400DD) is known color: Dark Violet. HEX triplet: 94, 00 and DD. RGB value is (148,0,221). Sum of RGB (Red+Green+Blue) = 148+0+221=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #9400DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9400DD is #6BFF22. Grayscale: #444444. Windows color (decimal): -7077667 or 14483604. OLE color: 14483604.
HSL color Cylindrical-coordinate representation of color #9400DD: hue angle of 280.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9400DD is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 0 | 221 | - |
| CMYK | 0.33 | 1 | 0 | 0.13 |
| HSL | 280.18º | 1% | 0.43% | - |
| HSV(B) | 280.18º | 1% | 0.87% | - |
| XYZ | 25.26 | 11.52 | 69.3 | - |
| YUV | 69.45 | 213.53 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 221 | 0.33 | 1 | 0 | 0.13 | 280.18 | 1 | 0.43 |
| Hex | 94 | 0 | DD | 21 | 64 | 0 | D | 118 | 64 | 2B |
| Octal | 224 | 0 | 335 | 41 | 144 | 0 | 15 | 430 | 144 | 53 |
| Binary | 10010100 | 0 | 11011101 | 100001 | 1100100 | 0 | 1101 | 100011000 | 1100100 | 101011 |
Color Harmonies of #9400DD
Complementary color
Monochromatic Colors of #9400DD
Black with #9400DD
Text Example
Text Example
White with #9400DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9400DD; }
p { color: rgb(148,0,221); }
H1.HeaderClassName
{
color: #9400DD;
}
.AnyTagClassName
{
color: #9400DD;
}
</style>
background-color css
<style>
a { background-color: #9400DD; }
a { background-color: rgb(148,0,221); }
div.DivClassName
{
background-color: #9400DD;
}
.BgClassName
{
background-color: #9400DD;
}
</style>
border-color css
<style>
span { border-color: #9400DD; }
span { border-color: rgb(148,0,221); }
td.TdClassName
{
border-color: #9400DD;
}
.TagClassName
{
border-color: #9400DD;
}
</style>