Shades of Dark Violet #9014CA
Tints of Dark Violet #9014CA
RGB
CMYK
RGB Variations
Color information
#9014CA (or 0x9014CA) is known color: Dark Violet. HEX triplet: 90, 14 and CA. RGB value is (144,20,202). Sum of RGB (Red+Green+Blue) = 144+20+202=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #9014CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9014CA is #6FEB35. Grayscale: #4D4D4D. Windows color (decimal): -7334710 or 13243536. OLE color: 13243536.
HSL color Cylindrical-coordinate representation of color #9014CA: hue angle of 280.88º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9014CA is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 20 | 202 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.21 |
| HSL | 280.88º | 0.82% | 0.44% | - |
| HSV(B) | 280.88º | 0.9% | 0.79% | - |
| XYZ | 22.41 | 10.69 | 56.76 | - |
| YUV | 77.82 | 198.08 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 202 | 0.29 | 0.90 | 0 | 0.21 | 280.88 | 0.82 | 0.44 |
| Hex | 90 | 14 | CA | 1D | 5A | 0 | 15 | 119 | 52 | 2C |
| Octal | 220 | 24 | 312 | 35 | 132 | 0 | 25 | 431 | 122 | 54 |
| Binary | 10010000 | 10100 | 11001010 | 11101 | 1011010 | 0 | 10101 | 100011001 | 1010010 | 101100 |
Color Harmonies of #9014CA
Complementary color
Monochromatic Colors of #9014CA
Black with #9014CA
Text Example
Text Example
White with #9014CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9014CA; }
p { color: rgb(144,20,202); }
H1.HeaderClassName
{
color: #9014CA;
}
.AnyTagClassName
{
color: #9014CA;
}
</style>
background-color css
<style>
a { background-color: #9014CA; }
a { background-color: rgb(144,20,202); }
div.DivClassName
{
background-color: #9014CA;
}
.BgClassName
{
background-color: #9014CA;
}
</style>
border-color css
<style>
span { border-color: #9014CA; }
span { border-color: rgb(144,20,202); }
td.TdClassName
{
border-color: #9014CA;
}
.TagClassName
{
border-color: #9014CA;
}
</style>