Shades of Dark Violet #9005E9
Tints of Dark Violet #9005E9
RGB
CMYK
RGB Variations
Color information
#9005E9 (or 0x9005E9) is known color: Dark Violet. HEX triplet: 90, 05 and E9. RGB value is (144,5,233). Sum of RGB (Red+Green+Blue) = 144+5+233=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 233 (91.41% from 255 or 60.99% from 382); Max value from RGB is 233 - color contains mainly: blue. Hex color #9005E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9005E9 is #6FFA16. Grayscale: #474747. Windows color (decimal): -7338519 or 15271312. OLE color: 15271312.
HSL color Cylindrical-coordinate representation of color #9005E9: hue angle of 276.58º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9005E9 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 5 | 233 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.09 |
| HSL | 276.58º | 0.96% | 0.47% | - |
| HSV(B) | 276.58º | 0.98% | 0.91% | - |
| XYZ | 26.26 | 11.92 | 78.01 | - |
| YUV | 72.55 | 218.55 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 233 | 0.38 | 0.98 | 0 | 0.09 | 276.58 | 0.96 | 0.47 |
| Hex | 90 | 5 | E9 | 26 | 62 | 0 | 9 | 115 | 60 | 2F |
| Octal | 220 | 5 | 351 | 46 | 142 | 0 | 11 | 425 | 140 | 57 |
| Binary | 10010000 | 101 | 11101001 | 100110 | 1100010 | 0 | 1001 | 100010101 | 1100000 | 101111 |
Color Harmonies of #9005E9
Complementary color
Monochromatic Colors of #9005E9
Black with #9005E9
Text Example
Text Example
White with #9005E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9005E9; }
p { color: rgb(144,5,233); }
H1.HeaderClassName
{
color: #9005E9;
}
.AnyTagClassName
{
color: #9005E9;
}
</style>
background-color css
<style>
a { background-color: #9005E9; }
a { background-color: rgb(144,5,233); }
div.DivClassName
{
background-color: #9005E9;
}
.BgClassName
{
background-color: #9005E9;
}
</style>
border-color css
<style>
span { border-color: #9005E9; }
span { border-color: rgb(144,5,233); }
td.TdClassName
{
border-color: #9005E9;
}
.TagClassName
{
border-color: #9005E9;
}
</style>