Shades of Dark Violet #9016C5
Tints of Dark Violet #9016C5
RGB
CMYK
RGB Variations
Color information
#9016C5 (or 0x9016C5) is known color: Dark Violet. HEX triplet: 90, 16 and C5. RGB value is (144,22,197). Sum of RGB (Red+Green+Blue) = 144+22+197=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 197 (77.34% from 255 or 54.27% from 363); Max value from RGB is 197 - color contains mainly: blue. Hex color #9016C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9016C5 is #6FE93A. Grayscale: #4D4D4D. Windows color (decimal): -7334203 or 12916368. OLE color: 12916368.
HSL color Cylindrical-coordinate representation of color #9016C5: hue angle of 281.83º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9016C5 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 22 | 197 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.23 |
| HSL | 281.83º | 0.8% | 0.43% | - |
| HSV(B) | 281.83º | 0.89% | 0.77% | - |
| XYZ | 21.87 | 10.53 | 53.7 | - |
| YUV | 78.43 | 194.92 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 197 | 0.27 | 0.89 | 0 | 0.23 | 281.83 | 0.8 | 0.43 |
| Hex | 90 | 16 | C5 | 1B | 59 | 0 | 17 | 11A | 50 | 2B |
| Octal | 220 | 26 | 305 | 33 | 131 | 0 | 27 | 432 | 120 | 53 |
| Binary | 10010000 | 10110 | 11000101 | 11011 | 1011001 | 0 | 10111 | 100011010 | 1010000 | 101011 |
Color Harmonies of #9016C5
Complementary color
Monochromatic Colors of #9016C5
Black with #9016C5
Text Example
Text Example
White with #9016C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9016C5; }
p { color: rgb(144,22,197); }
H1.HeaderClassName
{
color: #9016C5;
}
.AnyTagClassName
{
color: #9016C5;
}
</style>
background-color css
<style>
a { background-color: #9016C5; }
a { background-color: rgb(144,22,197); }
div.DivClassName
{
background-color: #9016C5;
}
.BgClassName
{
background-color: #9016C5;
}
</style>
border-color css
<style>
span { border-color: #9016C5; }
span { border-color: rgb(144,22,197); }
td.TdClassName
{
border-color: #9016C5;
}
.TagClassName
{
border-color: #9016C5;
}
</style>