Shades of Dark Violet #9001FA
Tints of Dark Violet #9001FA
RGB
CMYK
RGB Variations
Color information
#9001FA (or 0x9001FA) is known color: Dark Violet. HEX triplet: 90, 01 and FA. RGB value is (144,1,250). Sum of RGB (Red+Green+Blue) = 144+1+250=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #9001FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9001FA is #6FFE05. Grayscale: #474747. Windows color (decimal): -7339526 or 16384400. OLE color: 16384400.
HSL color Cylindrical-coordinate representation of color #9001FA: hue angle of 274.46º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9001FA is Cyan = 0.42, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 1 | 250 | - |
| CMYK | 0.42 | 1.00 | 0 | 0.02 |
| HSL | 274.46º | 0.99% | 0.49% | - |
| HSV(B) | 274.46º | 1% | 0.98% | - |
| XYZ | 28.77 | 12.85 | 91.41 | - |
| YUV | 72.14 | 228.38 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 250 | 0.42 | 1.00 | 0 | 0.02 | 274.46 | 0.99 | 0.49 |
| Hex | 90 | 1 | FA | 2A | 64 | 0 | 2 | 112 | 63 | 31 |
| Octal | 220 | 1 | 372 | 52 | 144 | 0 | 2 | 422 | 143 | 61 |
| Binary | 10010000 | 1 | 11111010 | 101010 | 1100100 | 0 | 10 | 100010010 | 1100011 | 110001 |
Color Harmonies of #9001FA
Complementary color
Monochromatic Colors of #9001FA
Black with #9001FA
Text Example
Text Example
White with #9001FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9001FA; }
p { color: rgb(144,1,250); }
H1.HeaderClassName
{
color: #9001FA;
}
.AnyTagClassName
{
color: #9001FA;
}
</style>
background-color css
<style>
a { background-color: #9001FA; }
a { background-color: rgb(144,1,250); }
div.DivClassName
{
background-color: #9001FA;
}
.BgClassName
{
background-color: #9001FA;
}
</style>
border-color css
<style>
span { border-color: #9001FA; }
span { border-color: rgb(144,1,250); }
td.TdClassName
{
border-color: #9001FA;
}
.TagClassName
{
border-color: #9001FA;
}
</style>