Shades of Dark Violet #9001AF
Tints of Dark Violet #9001AF
RGB
CMYK
RGB Variations
Color information
#9001AF (or 0x9001AF) is known color: Dark Violet. HEX triplet: 90, 01 and AF. RGB value is (144,1,175). Sum of RGB (Red+Green+Blue) = 144+1+175=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #9001AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9001AF is #6FFE50. Grayscale: #3F3F3F. Windows color (decimal): -7339601 or 11469200. OLE color: 11469200.
HSL color Cylindrical-coordinate representation of color #9001AF: hue angle of 289.31º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9001AF is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 1 | 175 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.31 |
| HSL | 289.31º | 0.99% | 0.35% | - |
| HSV(B) | 289.31º | 0.99% | 0.69% | - |
| XYZ | 19.25 | 9.05 | 41.29 | - |
| YUV | 63.59 | 190.88 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 175 | 0.18 | 0.99 | 0 | 0.31 | 289.31 | 0.99 | 0.35 |
| Hex | 90 | 1 | AF | 12 | 63 | 0 | 1F | 121 | 63 | 23 |
| Octal | 220 | 1 | 257 | 22 | 143 | 0 | 37 | 441 | 143 | 43 |
| Binary | 10010000 | 1 | 10101111 | 10010 | 1100011 | 0 | 11111 | 100100001 | 1100011 | 100011 |
Color Harmonies of #9001AF
Complementary color
Monochromatic Colors of #9001AF
Black with #9001AF
Text Example
Text Example
White with #9001AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9001AF; }
p { color: rgb(144,1,175); }
H1.HeaderClassName
{
color: #9001AF;
}
.AnyTagClassName
{
color: #9001AF;
}
</style>
background-color css
<style>
a { background-color: #9001AF; }
a { background-color: rgb(144,1,175); }
div.DivClassName
{
background-color: #9001AF;
}
.BgClassName
{
background-color: #9001AF;
}
</style>
border-color css
<style>
span { border-color: #9001AF; }
span { border-color: rgb(144,1,175); }
td.TdClassName
{
border-color: #9001AF;
}
.TagClassName
{
border-color: #9001AF;
}
</style>