Shades of Dark Violet #9011CA
Tints of Dark Violet #9011CA
RGB
CMYK
RGB Variations
Color information
#9011CA (or 0x9011CA) is known color: Dark Violet. HEX triplet: 90, 11 and CA. RGB value is (144,17,202). Sum of RGB (Red+Green+Blue) = 144+17+202=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #9011CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9011CA is #6FEE35. Grayscale: #4B4B4B. Windows color (decimal): -7335478 or 13242768. OLE color: 13242768.
HSL color Cylindrical-coordinate representation of color #9011CA: hue angle of 281.19º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9011CA is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 17 | 202 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.21 |
| HSL | 281.19º | 0.84% | 0.43% | - |
| HSV(B) | 281.19º | 0.92% | 0.79% | - |
| XYZ | 22.36 | 10.59 | 56.74 | - |
| YUV | 76.06 | 199.08 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 202 | 0.29 | 0.92 | 0 | 0.21 | 281.19 | 0.84 | 0.43 |
| Hex | 90 | 11 | CA | 1D | 5C | 0 | 15 | 119 | 54 | 2B |
| Octal | 220 | 21 | 312 | 35 | 134 | 0 | 25 | 431 | 124 | 53 |
| Binary | 10010000 | 10001 | 11001010 | 11101 | 1011100 | 0 | 10101 | 100011001 | 1010100 | 101011 |
Color Harmonies of #9011CA
Complementary color
Monochromatic Colors of #9011CA
Black with #9011CA
Text Example
Text Example
White with #9011CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9011CA; }
p { color: rgb(144,17,202); }
H1.HeaderClassName
{
color: #9011CA;
}
.AnyTagClassName
{
color: #9011CA;
}
</style>
background-color css
<style>
a { background-color: #9011CA; }
a { background-color: rgb(144,17,202); }
div.DivClassName
{
background-color: #9011CA;
}
.BgClassName
{
background-color: #9011CA;
}
</style>
border-color css
<style>
span { border-color: #9011CA; }
span { border-color: rgb(144,17,202); }
td.TdClassName
{
border-color: #9011CA;
}
.TagClassName
{
border-color: #9011CA;
}
</style>