Shades of Dark Violet #9011C1
Tints of Dark Violet #9011C1
RGB
CMYK
RGB Variations
Color information
#9011C1 (or 0x9011C1) is known color: Dark Violet. HEX triplet: 90, 11 and C1. RGB value is (144,17,193). Sum of RGB (Red+Green+Blue) = 144+17+193=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #9011C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9011C1 is #6FEE3E. Grayscale: #4A4A4A. Windows color (decimal): -7335487 or 12652944. OLE color: 12652944.
HSL color Cylindrical-coordinate representation of color #9011C1: hue angle of 283.3º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9011C1 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 17 | 193 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.24 |
| HSL | 283.3º | 0.84% | 0.41% | - |
| HSV(B) | 283.3º | 0.91% | 0.76% | - |
| XYZ | 21.33 | 10.18 | 51.29 | - |
| YUV | 75.04 | 194.58 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 193 | 0.25 | 0.91 | 0 | 0.24 | 283.3 | 0.84 | 0.41 |
| Hex | 90 | 11 | C1 | 19 | 5B | 0 | 18 | 11B | 54 | 29 |
| Octal | 220 | 21 | 301 | 31 | 133 | 0 | 30 | 433 | 124 | 51 |
| Binary | 10010000 | 10001 | 11000001 | 11001 | 1011011 | 0 | 11000 | 100011011 | 1010100 | 101001 |
Color Harmonies of #9011C1
Complementary color
Monochromatic Colors of #9011C1
Black with #9011C1
Text Example
Text Example
White with #9011C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9011C1; }
p { color: rgb(144,17,193); }
H1.HeaderClassName
{
color: #9011C1;
}
.AnyTagClassName
{
color: #9011C1;
}
</style>
background-color css
<style>
a { background-color: #9011C1; }
a { background-color: rgb(144,17,193); }
div.DivClassName
{
background-color: #9011C1;
}
.BgClassName
{
background-color: #9011C1;
}
</style>
border-color css
<style>
span { border-color: #9011C1; }
span { border-color: rgb(144,17,193); }
td.TdClassName
{
border-color: #9011C1;
}
.TagClassName
{
border-color: #9011C1;
}
</style>