Shades of Dark Violet #9011CD
Tints of Dark Violet #9011CD
RGB
CMYK
RGB Variations
Color information
#9011CD (or 0x9011CD) is known color: Dark Violet. HEX triplet: 90, 11 and CD. RGB value is (144,17,205). Sum of RGB (Red+Green+Blue) = 144+17+205=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #9011CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9011CD is #6FEE32. Grayscale: #4B4B4B. Windows color (decimal): -7335475 or 13439376. OLE color: 13439376.
HSL color Cylindrical-coordinate representation of color #9011CD: hue angle of 280.53º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9011CD is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 17 | 205 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.20 |
| HSL | 280.53º | 0.85% | 0.44% | - |
| HSV(B) | 280.53º | 0.92% | 0.8% | - |
| XYZ | 22.72 | 10.74 | 58.63 | - |
| YUV | 76.41 | 200.58 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 205 | 0.30 | 0.92 | 0 | 0.20 | 280.53 | 0.85 | 0.44 |
| Hex | 90 | 11 | CD | 1E | 5C | 0 | 14 | 119 | 55 | 2C |
| Octal | 220 | 21 | 315 | 36 | 134 | 0 | 24 | 431 | 125 | 54 |
| Binary | 10010000 | 10001 | 11001101 | 11110 | 1011100 | 0 | 10100 | 100011001 | 1010101 | 101100 |
Color Harmonies of #9011CD
Complementary color
Monochromatic Colors of #9011CD
Black with #9011CD
Text Example
Text Example
White with #9011CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9011CD; }
p { color: rgb(144,17,205); }
H1.HeaderClassName
{
color: #9011CD;
}
.AnyTagClassName
{
color: #9011CD;
}
</style>
background-color css
<style>
a { background-color: #9011CD; }
a { background-color: rgb(144,17,205); }
div.DivClassName
{
background-color: #9011CD;
}
.BgClassName
{
background-color: #9011CD;
}
</style>
border-color css
<style>
span { border-color: #9011CD; }
span { border-color: rgb(144,17,205); }
td.TdClassName
{
border-color: #9011CD;
}
.TagClassName
{
border-color: #9011CD;
}
</style>