Shades of Dark Violet #9417D3
Tints of Dark Violet #9417D3
RGB
CMYK
RGB Variations
Color information
#9417D3 (or 0x9417D3) is known color: Dark Violet. HEX triplet: 94, 17 and D3. RGB value is (148,23,211). Sum of RGB (Red+Green+Blue) = 148+23+211=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 211 (82.81% from 255 or 55.24% from 382); Max value from RGB is 211 - color contains mainly: blue. Hex color #9417D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9417D3 is #6BE82C. Grayscale: #515151. Windows color (decimal): -7071789 or 13834132. OLE color: 13834132.
HSL color Cylindrical-coordinate representation of color #9417D3: hue angle of 279.89º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9417D3 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 23 | 211 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.17 |
| HSL | 279.89º | 0.8% | 0.46% | - |
| HSV(B) | 279.89º | 0.89% | 0.83% | - |
| XYZ | 24.28 | 11.61 | 62.59 | - |
| YUV | 81.81 | 200.91 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 23 | 211 | 0.30 | 0.89 | 0 | 0.17 | 279.89 | 0.8 | 0.46 |
| Hex | 94 | 17 | D3 | 1E | 59 | 0 | 11 | 118 | 50 | 2E |
| Octal | 224 | 27 | 323 | 36 | 131 | 0 | 21 | 430 | 120 | 56 |
| Binary | 10010100 | 10111 | 11010011 | 11110 | 1011001 | 0 | 10001 | 100011000 | 1010000 | 101110 |
Color Harmonies of #9417D3
Complementary color
Monochromatic Colors of #9417D3
Black with #9417D3
Text Example
Text Example
White with #9417D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9417D3; }
p { color: rgb(148,23,211); }
H1.HeaderClassName
{
color: #9417D3;
}
.AnyTagClassName
{
color: #9417D3;
}
</style>
background-color css
<style>
a { background-color: #9417D3; }
a { background-color: rgb(148,23,211); }
div.DivClassName
{
background-color: #9417D3;
}
.BgClassName
{
background-color: #9417D3;
}
</style>
border-color css
<style>
span { border-color: #9417D3; }
span { border-color: rgb(148,23,211); }
td.TdClassName
{
border-color: #9417D3;
}
.TagClassName
{
border-color: #9417D3;
}
</style>