Shades of Dark Violet #9406DD
Tints of Dark Violet #9406DD
RGB
CMYK
RGB Variations
Color information
#9406DD (or 0x9406DD) is known color: Dark Violet. HEX triplet: 94, 06 and DD. RGB value is (148,6,221). Sum of RGB (Red+Green+Blue) = 148+6+221=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #9406DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9406DD is #6BF922. Grayscale: #484848. Windows color (decimal): -7076131 or 14485140. OLE color: 14485140.
HSL color Cylindrical-coordinate representation of color #9406DD: hue angle of 279.63º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9406DD is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 6 | 221 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.13 |
| HSL | 279.63º | 0.95% | 0.45% | - |
| HSV(B) | 279.63º | 0.97% | 0.87% | - |
| XYZ | 25.33 | 11.65 | 69.32 | - |
| YUV | 72.97 | 211.54 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 6 | 221 | 0.33 | 0.97 | 0 | 0.13 | 279.63 | 0.95 | 0.45 |
| Hex | 94 | 6 | DD | 21 | 61 | 0 | D | 118 | 5F | 2D |
| Octal | 224 | 6 | 335 | 41 | 141 | 0 | 15 | 430 | 137 | 55 |
| Binary | 10010100 | 110 | 11011101 | 100001 | 1100001 | 0 | 1101 | 100011000 | 1011111 | 101101 |
Color Harmonies of #9406DD
Complementary color
Monochromatic Colors of #9406DD
Black with #9406DD
Text Example
Text Example
White with #9406DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9406DD; }
p { color: rgb(148,6,221); }
H1.HeaderClassName
{
color: #9406DD;
}
.AnyTagClassName
{
color: #9406DD;
}
</style>
background-color css
<style>
a { background-color: #9406DD; }
a { background-color: rgb(148,6,221); }
div.DivClassName
{
background-color: #9406DD;
}
.BgClassName
{
background-color: #9406DD;
}
</style>
border-color css
<style>
span { border-color: #9406DD; }
span { border-color: rgb(148,6,221); }
td.TdClassName
{
border-color: #9406DD;
}
.TagClassName
{
border-color: #9406DD;
}
</style>