Shades of Dark Violet #9406DB
Tints of Dark Violet #9406DB
RGB
CMYK
RGB Variations
Color information
#9406DB (or 0x9406DB) is known color: Dark Violet. HEX triplet: 94, 06 and DB. RGB value is (148,6,219). Sum of RGB (Red+Green+Blue) = 148+6+219=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #9406DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9406DB is #6BF924. Grayscale: #484848. Windows color (decimal): -7076133 or 14354068. OLE color: 14354068.
HSL color Cylindrical-coordinate representation of color #9406DB: hue angle of 280º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9406DB is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 6 | 219 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.14 |
| HSL | 280º | 0.95% | 0.44% | - |
| HSV(B) | 280º | 0.97% | 0.86% | - |
| XYZ | 25.06 | 11.54 | 67.92 | - |
| YUV | 72.74 | 210.54 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 6 | 219 | 0.32 | 0.97 | 0 | 0.14 | 280 | 0.95 | 0.44 |
| Hex | 94 | 6 | DB | 20 | 61 | 0 | E | 118 | 5F | 2C |
| Octal | 224 | 6 | 333 | 40 | 141 | 0 | 16 | 430 | 137 | 54 |
| Binary | 10010100 | 110 | 11011011 | 100000 | 1100001 | 0 | 1110 | 100011000 | 1011111 | 101100 |
Color Harmonies of #9406DB
Complementary color
Monochromatic Colors of #9406DB
Black with #9406DB
Text Example
Text Example
White with #9406DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9406DB; }
p { color: rgb(148,6,219); }
H1.HeaderClassName
{
color: #9406DB;
}
.AnyTagClassName
{
color: #9406DB;
}
</style>
background-color css
<style>
a { background-color: #9406DB; }
a { background-color: rgb(148,6,219); }
div.DivClassName
{
background-color: #9406DB;
}
.BgClassName
{
background-color: #9406DB;
}
</style>
border-color css
<style>
span { border-color: #9406DB; }
span { border-color: rgb(148,6,219); }
td.TdClassName
{
border-color: #9406DB;
}
.TagClassName
{
border-color: #9406DB;
}
</style>