Shades of Dark Violet #900FE3
Tints of Dark Violet #900FE3
RGB
CMYK
RGB Variations
Color information
#900FE3 (or 0x900FE3) is known color: Dark Violet. HEX triplet: 90, 0F and E3. RGB value is (144,15,227). Sum of RGB (Red+Green+Blue) = 144+15+227=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 227 (89.06% from 255 or 58.81% from 386); Max value from RGB is 227 - color contains mainly: blue. Hex color #900FE3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900FE3 is #6FF01C. Grayscale: #4D4D4D. Windows color (decimal): -7335965 or 14880656. OLE color: 14880656.
HSL color Cylindrical-coordinate representation of color #900FE3: hue angle of 276.51º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900FE3 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 15 | 227 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.11 |
| HSL | 276.51º | 0.88% | 0.47% | - |
| HSV(B) | 276.51º | 0.93% | 0.89% | - |
| XYZ | 25.54 | 11.82 | 73.61 | - |
| YUV | 77.74 | 212.24 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 227 | 0.37 | 0.93 | 0 | 0.11 | 276.51 | 0.88 | 0.47 |
| Hex | 90 | F | E3 | 25 | 5D | 0 | B | 115 | 58 | 2F |
| Octal | 220 | 17 | 343 | 45 | 135 | 0 | 13 | 425 | 130 | 57 |
| Binary | 10010000 | 1111 | 11100011 | 100101 | 1011101 | 0 | 1011 | 100010101 | 1011000 | 101111 |
Color Harmonies of #900FE3
Complementary color
Monochromatic Colors of #900FE3
Black with #900FE3
Text Example
Text Example
White with #900FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900FE3; }
p { color: rgb(144,15,227); }
H1.HeaderClassName
{
color: #900FE3;
}
.AnyTagClassName
{
color: #900FE3;
}
</style>
background-color css
<style>
a { background-color: #900FE3; }
a { background-color: rgb(144,15,227); }
div.DivClassName
{
background-color: #900FE3;
}
.BgClassName
{
background-color: #900FE3;
}
</style>
border-color css
<style>
span { border-color: #900FE3; }
span { border-color: rgb(144,15,227); }
td.TdClassName
{
border-color: #900FE3;
}
.TagClassName
{
border-color: #900FE3;
}
</style>