Shades of Blue Violet #900EFB
Tints of Blue Violet #900EFB
RGB
CMYK
RGB Variations
Color information
#900EFB (or 0x900EFB) is known color: Blue Violet. HEX triplet: 90, 0E and FB. RGB value is (144,14,251). Sum of RGB (Red+Green+Blue) = 144+14+251=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #900EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900EFB is #6FF104. Grayscale: #4F4F4F. Windows color (decimal): -7336197 or 16453264. OLE color: 16453264.
HSL color Cylindrical-coordinate representation of color #900EFB: hue angle of 272.91º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900EFB is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 14 | 251 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.02 |
| HSL | 272.91º | 0.97% | 0.52% | - |
| HSV(B) | 272.91º | 0.94% | 0.98% | - |
| XYZ | 29.07 | 13.21 | 92.28 | - |
| YUV | 79.89 | 224.57 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 251 | 0.43 | 0.94 | 0 | 0.02 | 272.91 | 0.97 | 0.52 |
| Hex | 90 | E | FB | 2B | 5E | 0 | 2 | 111 | 61 | 34 |
| Octal | 220 | 16 | 373 | 53 | 136 | 0 | 2 | 421 | 141 | 64 |
| Binary | 10010000 | 1110 | 11111011 | 101011 | 1011110 | 0 | 10 | 100010001 | 1100001 | 110100 |
Color Harmonies of #900EFB
Complementary color
Monochromatic Colors of #900EFB
Black with #900EFB
Text Example
Text Example
White with #900EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900EFB; }
p { color: rgb(144,14,251); }
H1.HeaderClassName
{
color: #900EFB;
}
.AnyTagClassName
{
color: #900EFB;
}
</style>
background-color css
<style>
a { background-color: #900EFB; }
a { background-color: rgb(144,14,251); }
div.DivClassName
{
background-color: #900EFB;
}
.BgClassName
{
background-color: #900EFB;
}
</style>
border-color css
<style>
span { border-color: #900EFB; }
span { border-color: rgb(144,14,251); }
td.TdClassName
{
border-color: #900EFB;
}
.TagClassName
{
border-color: #900EFB;
}
</style>