Shades of Dark Violet #900FE7
Tints of Dark Violet #900FE7
RGB
CMYK
RGB Variations
Color information
#900FE7 (or 0x900FE7) is known color: Dark Violet. HEX triplet: 90, 0F and E7. RGB value is (144,15,231). Sum of RGB (Red+Green+Blue) = 144+15+231=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 231 (90.62% from 255 or 59.23% from 390); Max value from RGB is 231 - color contains mainly: blue. Hex color #900FE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900FE7 is #6FF018. Grayscale: #4D4D4D. Windows color (decimal): -7335961 or 15142800. OLE color: 15142800.
HSL color Cylindrical-coordinate representation of color #900FE7: hue angle of 275.83º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900FE7 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 15 | 231 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.09 |
| HSL | 275.83º | 0.88% | 0.48% | - |
| HSV(B) | 275.83º | 0.94% | 0.91% | - |
| XYZ | 26.1 | 12.04 | 76.55 | - |
| YUV | 78.2 | 214.24 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 231 | 0.38 | 0.94 | 0 | 0.09 | 275.83 | 0.88 | 0.48 |
| Hex | 90 | F | E7 | 26 | 5E | 0 | 9 | 114 | 58 | 30 |
| Octal | 220 | 17 | 347 | 46 | 136 | 0 | 11 | 424 | 130 | 60 |
| Binary | 10010000 | 1111 | 11100111 | 100110 | 1011110 | 0 | 1001 | 100010100 | 1011000 | 110000 |
Color Harmonies of #900FE7
Complementary color
Monochromatic Colors of #900FE7
Black with #900FE7
Text Example
Text Example
White with #900FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900FE7; }
p { color: rgb(144,15,231); }
H1.HeaderClassName
{
color: #900FE7;
}
.AnyTagClassName
{
color: #900FE7;
}
</style>
background-color css
<style>
a { background-color: #900FE7; }
a { background-color: rgb(144,15,231); }
div.DivClassName
{
background-color: #900FE7;
}
.BgClassName
{
background-color: #900FE7;
}
</style>
border-color css
<style>
span { border-color: #900FE7; }
span { border-color: rgb(144,15,231); }
td.TdClassName
{
border-color: #900FE7;
}
.TagClassName
{
border-color: #900FE7;
}
</style>