Shades of Dark Violet #9001D9
Tints of Dark Violet #9001D9
RGB
CMYK
RGB Variations
Color information
#9001D9 (or 0x9001D9) is known color: Dark Violet. HEX triplet: 90, 01 and D9. RGB value is (144,1,217). Sum of RGB (Red+Green+Blue) = 144+1+217=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 217 (85.16% from 255 or 59.94% from 362); Max value from RGB is 217 - color contains mainly: blue. Hex color #9001D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9001D9 is #6FFE26. Grayscale: #434343. Windows color (decimal): -7339559 or 14221712. OLE color: 14221712.
HSL color Cylindrical-coordinate representation of color #9001D9: hue angle of 279.72º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9001D9 is Cyan = 0.34, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 1 | 217 | - |
| CMYK | 0.34 | 1.00 | 0 | 0.15 |
| HSL | 279.72º | 0.99% | 0.43% | - |
| HSV(B) | 279.72º | 1% | 0.85% | - |
| XYZ | 24.04 | 10.96 | 66.49 | - |
| YUV | 68.38 | 211.88 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 217 | 0.34 | 1.00 | 0 | 0.15 | 279.72 | 0.99 | 0.43 |
| Hex | 90 | 1 | D9 | 22 | 64 | 0 | F | 118 | 63 | 2B |
| Octal | 220 | 1 | 331 | 42 | 144 | 0 | 17 | 430 | 143 | 53 |
| Binary | 10010000 | 1 | 11011001 | 100010 | 1100100 | 0 | 1111 | 100011000 | 1100011 | 101011 |
Color Harmonies of #9001D9
Complementary color
Monochromatic Colors of #9001D9
Black with #9001D9
Text Example
Text Example
White with #9001D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9001D9; }
p { color: rgb(144,1,217); }
H1.HeaderClassName
{
color: #9001D9;
}
.AnyTagClassName
{
color: #9001D9;
}
</style>
background-color css
<style>
a { background-color: #9001D9; }
a { background-color: rgb(144,1,217); }
div.DivClassName
{
background-color: #9001D9;
}
.BgClassName
{
background-color: #9001D9;
}
</style>
border-color css
<style>
span { border-color: #9001D9; }
span { border-color: rgb(144,1,217); }
td.TdClassName
{
border-color: #9001D9;
}
.TagClassName
{
border-color: #9001D9;
}
</style>