Shades of Dark Violet #9409DE
Tints of Dark Violet #9409DE
RGB
CMYK
RGB Variations
Color information
#9409DE (or 0x9409DE) is known color: Dark Violet. HEX triplet: 94, 09 and DE. RGB value is (148,9,222). Sum of RGB (Red+Green+Blue) = 148+9+222=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #9409DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9409DE is #6BF621. Grayscale: #4A4A4A. Windows color (decimal): -7075362 or 14551444. OLE color: 14551444.
HSL color Cylindrical-coordinate representation of color #9409DE: hue angle of 279.15º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9409DE is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 9 | 222 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.13 |
| HSL | 279.15º | 0.92% | 0.45% | - |
| HSV(B) | 279.15º | 0.96% | 0.87% | - |
| XYZ | 25.5 | 11.77 | 70.03 | - |
| YUV | 74.84 | 211.05 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 9 | 222 | 0.33 | 0.96 | 0 | 0.13 | 279.15 | 0.92 | 0.45 |
| Hex | 94 | 9 | DE | 21 | 60 | 0 | D | 117 | 5C | 2D |
| Octal | 224 | 11 | 336 | 41 | 140 | 0 | 15 | 427 | 134 | 55 |
| Binary | 10010100 | 1001 | 11011110 | 100001 | 1100000 | 0 | 1101 | 100010111 | 1011100 | 101101 |
Color Harmonies of #9409DE
Complementary color
Monochromatic Colors of #9409DE
Black with #9409DE
Text Example
Text Example
White with #9409DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9409DE; }
p { color: rgb(148,9,222); }
H1.HeaderClassName
{
color: #9409DE;
}
.AnyTagClassName
{
color: #9409DE;
}
</style>
background-color css
<style>
a { background-color: #9409DE; }
a { background-color: rgb(148,9,222); }
div.DivClassName
{
background-color: #9409DE;
}
.BgClassName
{
background-color: #9409DE;
}
</style>
border-color css
<style>
span { border-color: #9409DE; }
span { border-color: rgb(148,9,222); }
td.TdClassName
{
border-color: #9409DE;
}
.TagClassName
{
border-color: #9409DE;
}
</style>