Shades of Dark Violet #9005D9
Tints of Dark Violet #9005D9
RGB
CMYK
RGB Variations
Color information
#9005D9 (or 0x9005D9) is known color: Dark Violet. HEX triplet: 90, 05 and D9. RGB value is (144,5,217). Sum of RGB (Red+Green+Blue) = 144+5+217=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 217 (85.16% from 255 or 59.29% from 366); Max value from RGB is 217 - color contains mainly: blue. Hex color #9005D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9005D9 is #6FFA26. Grayscale: #464646. Windows color (decimal): -7338535 or 14222736. OLE color: 14222736.
HSL color Cylindrical-coordinate representation of color #9005D9: hue angle of 279.34º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9005D9 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 5 | 217 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.15 |
| HSL | 279.34º | 0.95% | 0.44% | - |
| HSV(B) | 279.34º | 0.98% | 0.85% | - |
| XYZ | 24.08 | 11.05 | 66.51 | - |
| YUV | 70.73 | 210.55 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 217 | 0.34 | 0.98 | 0 | 0.15 | 279.34 | 0.95 | 0.44 |
| Hex | 90 | 5 | D9 | 22 | 62 | 0 | F | 117 | 5F | 2C |
| Octal | 220 | 5 | 331 | 42 | 142 | 0 | 17 | 427 | 137 | 54 |
| Binary | 10010000 | 101 | 11011001 | 100010 | 1100010 | 0 | 1111 | 100010111 | 1011111 | 101100 |
Color Harmonies of #9005D9
Complementary color
Monochromatic Colors of #9005D9
Black with #9005D9
Text Example
Text Example
White with #9005D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9005D9; }
p { color: rgb(144,5,217); }
H1.HeaderClassName
{
color: #9005D9;
}
.AnyTagClassName
{
color: #9005D9;
}
</style>
background-color css
<style>
a { background-color: #9005D9; }
a { background-color: rgb(144,5,217); }
div.DivClassName
{
background-color: #9005D9;
}
.BgClassName
{
background-color: #9005D9;
}
</style>
border-color css
<style>
span { border-color: #9005D9; }
span { border-color: rgb(144,5,217); }
td.TdClassName
{
border-color: #9005D9;
}
.TagClassName
{
border-color: #9005D9;
}
</style>