Shades of Dark Violet #9015AF
Tints of Dark Violet #9015AF
RGB
CMYK
RGB Variations
Color information
#9015AF (or 0x9015AF) is known color: Dark Violet. HEX triplet: 90, 15 and AF. RGB value is (144,21,175). Sum of RGB (Red+Green+Blue) = 144+21+175=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #9015AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9015AF is #6FEA50. Grayscale: #4A4A4A. Windows color (decimal): -7334481 or 11474320. OLE color: 11474320.
HSL color Cylindrical-coordinate representation of color #9015AF: hue angle of 287.92º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9015AF is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 21 | 175 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.31 |
| HSL | 287.92º | 0.79% | 0.38% | - |
| HSV(B) | 287.92º | 0.88% | 0.69% | - |
| XYZ | 19.51 | 9.56 | 41.37 | - |
| YUV | 75.33 | 184.25 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 21 | 175 | 0.18 | 0.88 | 0 | 0.31 | 287.92 | 0.79 | 0.38 |
| Hex | 90 | 15 | AF | 12 | 58 | 0 | 1F | 120 | 4F | 26 |
| Octal | 220 | 25 | 257 | 22 | 130 | 0 | 37 | 440 | 117 | 46 |
| Binary | 10010000 | 10101 | 10101111 | 10010 | 1011000 | 0 | 11111 | 100100000 | 1001111 | 100110 |
Color Harmonies of #9015AF
Complementary color
Monochromatic Colors of #9015AF
Black with #9015AF
Text Example
Text Example
White with #9015AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9015AF; }
p { color: rgb(144,21,175); }
H1.HeaderClassName
{
color: #9015AF;
}
.AnyTagClassName
{
color: #9015AF;
}
</style>
background-color css
<style>
a { background-color: #9015AF; }
a { background-color: rgb(144,21,175); }
div.DivClassName
{
background-color: #9015AF;
}
.BgClassName
{
background-color: #9015AF;
}
</style>
border-color css
<style>
span { border-color: #9015AF; }
span { border-color: rgb(144,21,175); }
td.TdClassName
{
border-color: #9015AF;
}
.TagClassName
{
border-color: #9015AF;
}
</style>