Shades of Dark Violet #9011C4
Tints of Dark Violet #9011C4
RGB
CMYK
RGB Variations
Color information
#9011C4 (or 0x9011C4) is known color: Dark Violet. HEX triplet: 90, 11 and C4. RGB value is (144,17,196). Sum of RGB (Red+Green+Blue) = 144+17+196=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 196 (76.95% from 255 or 54.90% from 357); Max value from RGB is 196 - color contains mainly: blue. Hex color #9011C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9011C4 is #6FEE3B. Grayscale: #4A4A4A. Windows color (decimal): -7335484 or 12849552. OLE color: 12849552.
HSL color Cylindrical-coordinate representation of color #9011C4: hue angle of 282.57º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9011C4 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 17 | 196 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.23 |
| HSL | 282.57º | 0.84% | 0.42% | - |
| HSV(B) | 282.57º | 0.91% | 0.77% | - |
| XYZ | 21.67 | 10.32 | 53.07 | - |
| YUV | 75.38 | 196.08 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 196 | 0.27 | 0.91 | 0 | 0.23 | 282.57 | 0.84 | 0.42 |
| Hex | 90 | 11 | C4 | 1B | 5B | 0 | 17 | 11B | 54 | 2A |
| Octal | 220 | 21 | 304 | 33 | 133 | 0 | 27 | 433 | 124 | 52 |
| Binary | 10010000 | 10001 | 11000100 | 11011 | 1011011 | 0 | 10111 | 100011011 | 1010100 | 101010 |
Color Harmonies of #9011C4
Complementary color
Monochromatic Colors of #9011C4
Black with #9011C4
Text Example
Text Example
White with #9011C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9011C4; }
p { color: rgb(144,17,196); }
H1.HeaderClassName
{
color: #9011C4;
}
.AnyTagClassName
{
color: #9011C4;
}
</style>
background-color css
<style>
a { background-color: #9011C4; }
a { background-color: rgb(144,17,196); }
div.DivClassName
{
background-color: #9011C4;
}
.BgClassName
{
background-color: #9011C4;
}
</style>
border-color css
<style>
span { border-color: #9011C4; }
span { border-color: rgb(144,17,196); }
td.TdClassName
{
border-color: #9011C4;
}
.TagClassName
{
border-color: #9011C4;
}
</style>