Shades of Blue Violet #900FEE
Tints of Blue Violet #900FEE
RGB
CMYK
RGB Variations
Color information
#900FEE (or 0x900FEE) is known color: Blue Violet. HEX triplet: 90, 0F and EE. RGB value is (144,15,238). Sum of RGB (Red+Green+Blue) = 144+15+238=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #900FEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900FEE is #6FF011. Grayscale: #4E4E4E. Windows color (decimal): -7335954 or 15601552. OLE color: 15601552.
HSL color Cylindrical-coordinate representation of color #900FEE: hue angle of 274.71º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900FEE is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 15 | 238 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.07 |
| HSL | 274.71º | 0.88% | 0.5% | - |
| HSV(B) | 274.71º | 0.94% | 0.93% | - |
| XYZ | 27.11 | 12.44 | 81.86 | - |
| YUV | 78.99 | 217.74 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 238 | 0.39 | 0.94 | 0 | 0.07 | 274.71 | 0.88 | 0.5 |
| Hex | 90 | F | EE | 27 | 5E | 0 | 7 | 113 | 58 | 32 |
| Octal | 220 | 17 | 356 | 47 | 136 | 0 | 7 | 423 | 130 | 62 |
| Binary | 10010000 | 1111 | 11101110 | 100111 | 1011110 | 0 | 111 | 100010011 | 1011000 | 110010 |
Color Harmonies of #900FEE
Complementary color
Monochromatic Colors of #900FEE
Black with #900FEE
Text Example
Text Example
White with #900FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900FEE; }
p { color: rgb(144,15,238); }
H1.HeaderClassName
{
color: #900FEE;
}
.AnyTagClassName
{
color: #900FEE;
}
</style>
background-color css
<style>
a { background-color: #900FEE; }
a { background-color: rgb(144,15,238); }
div.DivClassName
{
background-color: #900FEE;
}
.BgClassName
{
background-color: #900FEE;
}
</style>
border-color css
<style>
span { border-color: #900FEE; }
span { border-color: rgb(144,15,238); }
td.TdClassName
{
border-color: #900FEE;
}
.TagClassName
{
border-color: #900FEE;
}
</style>