Shades of Dark Violet #9019CC
Tints of Dark Violet #9019CC
RGB
CMYK
RGB Variations
Color information
#9019CC (or 0x9019CC) is known color: Dark Violet. HEX triplet: 90, 19 and CC. RGB value is (144,25,204). Sum of RGB (Red+Green+Blue) = 144+25+204=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #9019CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9019CC is #6FE633. Grayscale: #505050. Windows color (decimal): -7333428 or 13375888. OLE color: 13375888.
HSL color Cylindrical-coordinate representation of color #9019CC: hue angle of 279.89º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9019CC is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 25 | 204 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.2 |
| HSL | 279.89º | 0.78% | 0.45% | - |
| HSV(B) | 279.89º | 0.88% | 0.8% | - |
| XYZ | 22.75 | 10.98 | 58.05 | - |
| YUV | 80.99 | 197.42 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 204 | 0.29 | 0.88 | 0 | 0.2 | 279.89 | 0.78 | 0.45 |
| Hex | 90 | 19 | CC | 1D | 58 | 0 | 14 | 118 | 4E | 2D |
| Octal | 220 | 31 | 314 | 35 | 130 | 0 | 24 | 430 | 116 | 55 |
| Binary | 10010000 | 11001 | 11001100 | 11101 | 1011000 | 0 | 10100 | 100011000 | 1001110 | 101101 |
Color Harmonies of #9019CC
Complementary color
Monochromatic Colors of #9019CC
Black with #9019CC
Text Example
Text Example
White with #9019CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9019CC; }
p { color: rgb(144,25,204); }
H1.HeaderClassName
{
color: #9019CC;
}
.AnyTagClassName
{
color: #9019CC;
}
</style>
background-color css
<style>
a { background-color: #9019CC; }
a { background-color: rgb(144,25,204); }
div.DivClassName
{
background-color: #9019CC;
}
.BgClassName
{
background-color: #9019CC;
}
</style>
border-color css
<style>
span { border-color: #9019CC; }
span { border-color: rgb(144,25,204); }
td.TdClassName
{
border-color: #9019CC;
}
.TagClassName
{
border-color: #9019CC;
}
</style>