Shades of Dark Violet #9011CC
Tints of Dark Violet #9011CC
RGB
CMYK
RGB Variations
Color information
#9011CC (or 0x9011CC) is known color: Dark Violet. HEX triplet: 90, 11 and CC. RGB value is (144,17,204). Sum of RGB (Red+Green+Blue) = 144+17+204=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #9011CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9011CC is #6FEE33. Grayscale: #4B4B4B. Windows color (decimal): -7335476 or 13373840. OLE color: 13373840.
HSL color Cylindrical-coordinate representation of color #9011CC: hue angle of 280.75º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9011CC is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 17 | 204 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.2 |
| HSL | 280.75º | 0.85% | 0.43% | - |
| HSV(B) | 280.75º | 0.92% | 0.8% | - |
| XYZ | 22.6 | 10.69 | 58 | - |
| YUV | 76.29 | 200.08 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 204 | 0.29 | 0.92 | 0 | 0.2 | 280.75 | 0.85 | 0.43 |
| Hex | 90 | 11 | CC | 1D | 5C | 0 | 14 | 119 | 55 | 2B |
| Octal | 220 | 21 | 314 | 35 | 134 | 0 | 24 | 431 | 125 | 53 |
| Binary | 10010000 | 10001 | 11001100 | 11101 | 1011100 | 0 | 10100 | 100011001 | 1010101 | 101011 |
Color Harmonies of #9011CC
Complementary color
Monochromatic Colors of #9011CC
Black with #9011CC
Text Example
Text Example
White with #9011CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9011CC; }
p { color: rgb(144,17,204); }
H1.HeaderClassName
{
color: #9011CC;
}
.AnyTagClassName
{
color: #9011CC;
}
</style>
background-color css
<style>
a { background-color: #9011CC; }
a { background-color: rgb(144,17,204); }
div.DivClassName
{
background-color: #9011CC;
}
.BgClassName
{
background-color: #9011CC;
}
</style>
border-color css
<style>
span { border-color: #9011CC; }
span { border-color: rgb(144,17,204); }
td.TdClassName
{
border-color: #9011CC;
}
.TagClassName
{
border-color: #9011CC;
}
</style>