Shades of Blue Violet #9010FE
Tints of Blue Violet #9010FE
RGB
CMYK
RGB Variations
Color information
#9010FE (or 0x9010FE) is known color: Blue Violet. HEX triplet: 90, 10 and FE. RGB value is (144,16,254). Sum of RGB (Red+Green+Blue) = 144+16+254=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #9010FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9010FE is #6FEF01. Grayscale: #505050. Windows color (decimal): -7335682 or 16650384. OLE color: 16650384.
HSL color Cylindrical-coordinate representation of color #9010FE: hue angle of 272.27º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9010FE is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 16 | 254 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.00 |
| HSL | 272.27º | 0.99% | 0.53% | - |
| HSV(B) | 272.27º | 0.94% | 1% | - |
| XYZ | 29.58 | 13.46 | 94.8 | - |
| YUV | 81.4 | 225.41 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 254 | 0.43 | 0.94 | 0 | 0.00 | 272.27 | 0.99 | 0.53 |
| Hex | 90 | 10 | FE | 2B | 5E | 0 | 0 | 110 | 63 | 35 |
| Octal | 220 | 20 | 376 | 53 | 136 | 0 | 0 | 420 | 143 | 65 |
| Binary | 10010000 | 10000 | 11111110 | 101011 | 1011110 | 0 | 0 | 100010000 | 1100011 | 110101 |
Color Harmonies of #9010FE
Complementary color
Monochromatic Colors of #9010FE
Black with #9010FE
Text Example
Text Example
White with #9010FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9010FE; }
p { color: rgb(144,16,254); }
H1.HeaderClassName
{
color: #9010FE;
}
.AnyTagClassName
{
color: #9010FE;
}
</style>
background-color css
<style>
a { background-color: #9010FE; }
a { background-color: rgb(144,16,254); }
div.DivClassName
{
background-color: #9010FE;
}
.BgClassName
{
background-color: #9010FE;
}
</style>
border-color css
<style>
span { border-color: #9010FE; }
span { border-color: rgb(144,16,254); }
td.TdClassName
{
border-color: #9010FE;
}
.TagClassName
{
border-color: #9010FE;
}
</style>