Shades of Dark Violet #9411D3
Tints of Dark Violet #9411D3
RGB
CMYK
RGB Variations
Color information
#9411D3 (or 0x9411D3) is known color: Dark Violet. HEX triplet: 94, 11 and D3. RGB value is (148,17,211). Sum of RGB (Red+Green+Blue) = 148+17+211=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 211 (82.81% from 255 or 56.12% from 376); Max value from RGB is 211 - color contains mainly: blue. Hex color #9411D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9411D3 is #6BEE2C. Grayscale: #4D4D4D. Windows color (decimal): -7073325 or 13832596. OLE color: 13832596.
HSL color Cylindrical-coordinate representation of color #9411D3: hue angle of 280.52º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9411D3 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 17 | 211 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.17 |
| HSL | 280.52º | 0.85% | 0.45% | - |
| HSV(B) | 280.52º | 0.92% | 0.83% | - |
| XYZ | 24.17 | 11.4 | 62.55 | - |
| YUV | 78.29 | 202.9 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 211 | 0.30 | 0.92 | 0 | 0.17 | 280.52 | 0.85 | 0.45 |
| Hex | 94 | 11 | D3 | 1E | 5C | 0 | 11 | 119 | 55 | 2D |
| Octal | 224 | 21 | 323 | 36 | 134 | 0 | 21 | 431 | 125 | 55 |
| Binary | 10010100 | 10001 | 11010011 | 11110 | 1011100 | 0 | 10001 | 100011001 | 1010101 | 101101 |
Color Harmonies of #9411D3
Complementary color
Monochromatic Colors of #9411D3
Black with #9411D3
Text Example
Text Example
White with #9411D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9411D3; }
p { color: rgb(148,17,211); }
H1.HeaderClassName
{
color: #9411D3;
}
.AnyTagClassName
{
color: #9411D3;
}
</style>
background-color css
<style>
a { background-color: #9411D3; }
a { background-color: rgb(148,17,211); }
div.DivClassName
{
background-color: #9411D3;
}
.BgClassName
{
background-color: #9411D3;
}
</style>
border-color css
<style>
span { border-color: #9411D3; }
span { border-color: rgb(148,17,211); }
td.TdClassName
{
border-color: #9411D3;
}
.TagClassName
{
border-color: #9411D3;
}
</style>