Shades of Dark Violet #9009FA
Tints of Dark Violet #9009FA
RGB
CMYK
RGB Variations
Color information
#9009FA (or 0x9009FA) is known color: Dark Violet. HEX triplet: 90, 09 and FA. RGB value is (144,9,250). Sum of RGB (Red+Green+Blue) = 144+9+250=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #9009FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9009FA is #6FF605. Grayscale: #4C4C4C. Windows color (decimal): -7337478 or 16386448. OLE color: 16386448.
HSL color Cylindrical-coordinate representation of color #9009FA: hue angle of 273.61º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9009FA is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 9 | 250 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.02 |
| HSL | 273.61º | 0.96% | 0.51% | - |
| HSV(B) | 273.61º | 0.96% | 0.98% | - |
| XYZ | 28.85 | 13.03 | 91.44 | - |
| YUV | 76.84 | 225.73 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 250 | 0.42 | 0.96 | 0 | 0.02 | 273.61 | 0.96 | 0.51 |
| Hex | 90 | 9 | FA | 2A | 60 | 0 | 2 | 112 | 60 | 33 |
| Octal | 220 | 11 | 372 | 52 | 140 | 0 | 2 | 422 | 140 | 63 |
| Binary | 10010000 | 1001 | 11111010 | 101010 | 1100000 | 0 | 10 | 100010010 | 1100000 | 110011 |
Color Harmonies of #9009FA
Complementary color
Monochromatic Colors of #9009FA
Black with #9009FA
Text Example
Text Example
White with #9009FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9009FA; }
p { color: rgb(144,9,250); }
H1.HeaderClassName
{
color: #9009FA;
}
.AnyTagClassName
{
color: #9009FA;
}
</style>
background-color css
<style>
a { background-color: #9009FA; }
a { background-color: rgb(144,9,250); }
div.DivClassName
{
background-color: #9009FA;
}
.BgClassName
{
background-color: #9009FA;
}
</style>
border-color css
<style>
span { border-color: #9009FA; }
span { border-color: rgb(144,9,250); }
td.TdClassName
{
border-color: #9009FA;
}
.TagClassName
{
border-color: #9009FA;
}
</style>