Shades of Dark Violet #9003FA
Tints of Dark Violet #9003FA
RGB
CMYK
RGB Variations
Color information
#9003FA (or 0x9003FA) is known color: Dark Violet. HEX triplet: 90, 03 and FA. RGB value is (144,3,250). Sum of RGB (Red+Green+Blue) = 144+3+250=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #9003FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9003FA is #6FFC05. Grayscale: #484848. Windows color (decimal): -7339014 or 16384912. OLE color: 16384912.
HSL color Cylindrical-coordinate representation of color #9003FA: hue angle of 274.25º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9003FA is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 3 | 250 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.02 |
| HSL | 274.25º | 0.98% | 0.5% | - |
| HSV(B) | 274.25º | 0.99% | 0.98% | - |
| XYZ | 28.79 | 12.9 | 91.41 | - |
| YUV | 73.32 | 227.71 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 250 | 0.42 | 0.99 | 0 | 0.02 | 274.25 | 0.98 | 0.5 |
| Hex | 90 | 3 | FA | 2A | 63 | 0 | 2 | 112 | 62 | 32 |
| Octal | 220 | 3 | 372 | 52 | 143 | 0 | 2 | 422 | 142 | 62 |
| Binary | 10010000 | 11 | 11111010 | 101010 | 1100011 | 0 | 10 | 100010010 | 1100010 | 110010 |
Color Harmonies of #9003FA
Complementary color
Monochromatic Colors of #9003FA
Black with #9003FA
Text Example
Text Example
White with #9003FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9003FA; }
p { color: rgb(144,3,250); }
H1.HeaderClassName
{
color: #9003FA;
}
.AnyTagClassName
{
color: #9003FA;
}
</style>
background-color css
<style>
a { background-color: #9003FA; }
a { background-color: rgb(144,3,250); }
div.DivClassName
{
background-color: #9003FA;
}
.BgClassName
{
background-color: #9003FA;
}
</style>
border-color css
<style>
span { border-color: #9003FA; }
span { border-color: rgb(144,3,250); }
td.TdClassName
{
border-color: #9003FA;
}
.TagClassName
{
border-color: #9003FA;
}
</style>