Shades of Dark Violet #900FEA
Tints of Dark Violet #900FEA
RGB
CMYK
RGB Variations
Color information
#900FEA (or 0x900FEA) is known color: Dark Violet. HEX triplet: 90, 0F and EA. RGB value is (144,15,234). Sum of RGB (Red+Green+Blue) = 144+15+234=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #900FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900FEA is #6FF015. Grayscale: #4D4D4D. Windows color (decimal): -7335958 or 15339408. OLE color: 15339408.
HSL color Cylindrical-coordinate representation of color #900FEA: hue angle of 275.34º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900FEA is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 15 | 234 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.08 |
| HSL | 275.34º | 0.88% | 0.49% | - |
| HSV(B) | 275.34º | 0.94% | 0.92% | - |
| XYZ | 26.52 | 12.21 | 78.8 | - |
| YUV | 78.54 | 215.74 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 234 | 0.38 | 0.94 | 0 | 0.08 | 275.34 | 0.88 | 0.49 |
| Hex | 90 | F | EA | 26 | 5E | 0 | 8 | 113 | 58 | 31 |
| Octal | 220 | 17 | 352 | 46 | 136 | 0 | 10 | 423 | 130 | 61 |
| Binary | 10010000 | 1111 | 11101010 | 100110 | 1011110 | 0 | 1000 | 100010011 | 1011000 | 110001 |
Color Harmonies of #900FEA
Complementary color
Monochromatic Colors of #900FEA
Black with #900FEA
Text Example
Text Example
White with #900FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900FEA; }
p { color: rgb(144,15,234); }
H1.HeaderClassName
{
color: #900FEA;
}
.AnyTagClassName
{
color: #900FEA;
}
</style>
background-color css
<style>
a { background-color: #900FEA; }
a { background-color: rgb(144,15,234); }
div.DivClassName
{
background-color: #900FEA;
}
.BgClassName
{
background-color: #900FEA;
}
</style>
border-color css
<style>
span { border-color: #900FEA; }
span { border-color: rgb(144,15,234); }
td.TdClassName
{
border-color: #900FEA;
}
.TagClassName
{
border-color: #900FEA;
}
</style>