Shades of Blue Violet #900EF3
Tints of Blue Violet #900EF3
RGB
CMYK
RGB Variations
Color information
#900EF3 (or 0x900EF3) is known color: Blue Violet. HEX triplet: 90, 0E and F3. RGB value is (144,14,243). Sum of RGB (Red+Green+Blue) = 144+14+243=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 243 (95.31% from 255 or 60.60% from 401); Max value from RGB is 243 - color contains mainly: blue. Hex color #900EF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900EF3 is #6FF10C. Grayscale: #4E4E4E. Windows color (decimal): -7336205 or 15928976. OLE color: 15928976.
HSL color Cylindrical-coordinate representation of color #900EF3: hue angle of 274.06º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900EF3 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 14 | 243 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.05 |
| HSL | 274.06º | 0.91% | 0.5% | - |
| HSV(B) | 274.06º | 0.94% | 0.95% | - |
| XYZ | 27.84 | 12.71 | 85.78 | - |
| YUV | 78.98 | 220.57 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 243 | 0.41 | 0.94 | 0 | 0.05 | 274.06 | 0.91 | 0.5 |
| Hex | 90 | E | F3 | 29 | 5E | 0 | 5 | 112 | 5B | 32 |
| Octal | 220 | 16 | 363 | 51 | 136 | 0 | 5 | 422 | 133 | 62 |
| Binary | 10010000 | 1110 | 11110011 | 101001 | 1011110 | 0 | 101 | 100010010 | 1011011 | 110010 |
Color Harmonies of #900EF3
Complementary color
Monochromatic Colors of #900EF3
Black with #900EF3
Text Example
Text Example
White with #900EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900EF3; }
p { color: rgb(144,14,243); }
H1.HeaderClassName
{
color: #900EF3;
}
.AnyTagClassName
{
color: #900EF3;
}
</style>
background-color css
<style>
a { background-color: #900EF3; }
a { background-color: rgb(144,14,243); }
div.DivClassName
{
background-color: #900EF3;
}
.BgClassName
{
background-color: #900EF3;
}
</style>
border-color css
<style>
span { border-color: #900EF3; }
span { border-color: rgb(144,14,243); }
td.TdClassName
{
border-color: #900EF3;
}
.TagClassName
{
border-color: #900EF3;
}
</style>