Shades of Dark Violet #9411C0
Tints of Dark Violet #9411C0
RGB
CMYK
RGB Variations
Color information
#9411C0 (or 0x9411C0) is known color: Dark Violet. HEX triplet: 94, 11 and C0. RGB value is (148,17,192). Sum of RGB (Red+Green+Blue) = 148+17+192=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 192 (75.39% from 255 or 53.78% from 357); Max value from RGB is 192 - color contains mainly: blue. Hex color #9411C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9411C0 is #6BEE3F. Grayscale: #4B4B4B. Windows color (decimal): -7073344 or 12587412. OLE color: 12587412.
HSL color Cylindrical-coordinate representation of color #9411C0: hue angle of 284.91º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9411C0 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 17 | 192 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.25 |
| HSL | 284.91º | 0.84% | 0.41% | - |
| HSV(B) | 284.91º | 0.91% | 0.75% | - |
| XYZ | 21.93 | 10.5 | 50.74 | - |
| YUV | 76.12 | 193.4 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 192 | 0.23 | 0.91 | 0 | 0.25 | 284.91 | 0.84 | 0.41 |
| Hex | 94 | 11 | C0 | 17 | 5B | 0 | 19 | 11D | 54 | 29 |
| Octal | 224 | 21 | 300 | 27 | 133 | 0 | 31 | 435 | 124 | 51 |
| Binary | 10010100 | 10001 | 11000000 | 10111 | 1011011 | 0 | 11001 | 100011101 | 1010100 | 101001 |
Color Harmonies of #9411C0
Complementary color
Monochromatic Colors of #9411C0
Black with #9411C0
Text Example
Text Example
White with #9411C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9411C0; }
p { color: rgb(148,17,192); }
H1.HeaderClassName
{
color: #9411C0;
}
.AnyTagClassName
{
color: #9411C0;
}
</style>
background-color css
<style>
a { background-color: #9411C0; }
a { background-color: rgb(148,17,192); }
div.DivClassName
{
background-color: #9411C0;
}
.BgClassName
{
background-color: #9411C0;
}
</style>
border-color css
<style>
span { border-color: #9411C0; }
span { border-color: rgb(148,17,192); }
td.TdClassName
{
border-color: #9411C0;
}
.TagClassName
{
border-color: #9411C0;
}
</style>