Shades of Dark Violet #9417D9
Tints of Dark Violet #9417D9
RGB
CMYK
RGB Variations
Color information
#9417D9 (or 0x9417D9) is known color: Dark Violet. HEX triplet: 94, 17 and D9. RGB value is (148,23,217). Sum of RGB (Red+Green+Blue) = 148+23+217=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 217 (85.16% from 255 or 55.93% from 388); Max value from RGB is 217 - color contains mainly: blue. Hex color #9417D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9417D9 is #6BE826. Grayscale: #515151. Windows color (decimal): -7071783 or 14227348. OLE color: 14227348.
HSL color Cylindrical-coordinate representation of color #9417D9: hue angle of 278.66º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9417D9 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 23 | 217 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.15 |
| HSL | 278.66º | 0.81% | 0.47% | - |
| HSV(B) | 278.66º | 0.89% | 0.85% | - |
| XYZ | 25.04 | 11.92 | 66.63 | - |
| YUV | 82.49 | 203.91 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 23 | 217 | 0.32 | 0.89 | 0 | 0.15 | 278.66 | 0.81 | 0.47 |
| Hex | 94 | 17 | D9 | 20 | 59 | 0 | F | 117 | 51 | 2F |
| Octal | 224 | 27 | 331 | 40 | 131 | 0 | 17 | 427 | 121 | 57 |
| Binary | 10010100 | 10111 | 11011001 | 100000 | 1011001 | 0 | 1111 | 100010111 | 1010001 | 101111 |
Color Harmonies of #9417D9
Complementary color
Monochromatic Colors of #9417D9
Black with #9417D9
Text Example
Text Example
White with #9417D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9417D9; }
p { color: rgb(148,23,217); }
H1.HeaderClassName
{
color: #9417D9;
}
.AnyTagClassName
{
color: #9417D9;
}
</style>
background-color css
<style>
a { background-color: #9417D9; }
a { background-color: rgb(148,23,217); }
div.DivClassName
{
background-color: #9417D9;
}
.BgClassName
{
background-color: #9417D9;
}
</style>
border-color css
<style>
span { border-color: #9417D9; }
span { border-color: rgb(148,23,217); }
td.TdClassName
{
border-color: #9417D9;
}
.TagClassName
{
border-color: #9417D9;
}
</style>