Shades of Blue Violet #9910FE
Tints of Blue Violet #9910FE
RGB
CMYK
RGB Variations
Color information
#9910FE (or 0x9910FE) is known color: Blue Violet. HEX triplet: 99, 10 and FE. RGB value is (153,16,254). Sum of RGB (Red+Green+Blue) = 153+16+254=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #9910FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9910FE is #66EF01. Grayscale: #535353. Windows color (decimal): -6745858 or 16650393. OLE color: 16650393.
HSL color Cylindrical-coordinate representation of color #9910FE: hue angle of 274.54º 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 #9910FE is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 16 | 254 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.00 |
| HSL | 274.54º | 0.99% | 0.53% | - |
| HSV(B) | 274.54º | 0.94% | 1% | - |
| XYZ | 31.21 | 14.3 | 94.88 | - |
| YUV | 84.1 | 223.89 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 16 | 254 | 0.40 | 0.94 | 0 | 0.00 | 274.54 | 0.99 | 0.53 |
| Hex | 99 | 10 | FE | 28 | 5E | 0 | 0 | 113 | 63 | 35 |
| Octal | 231 | 20 | 376 | 50 | 136 | 0 | 0 | 423 | 143 | 65 |
| Binary | 10011001 | 10000 | 11111110 | 101000 | 1011110 | 0 | 0 | 100010011 | 1100011 | 110101 |
Color Harmonies of #9910FE
Complementary color
Monochromatic Colors of #9910FE
Black with #9910FE
Text Example
Text Example
White with #9910FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9910FE; }
p { color: rgb(153,16,254); }
H1.HeaderClassName
{
color: #9910FE;
}
.AnyTagClassName
{
color: #9910FE;
}
</style>
background-color css
<style>
a { background-color: #9910FE; }
a { background-color: rgb(153,16,254); }
div.DivClassName
{
background-color: #9910FE;
}
.BgClassName
{
background-color: #9910FE;
}
</style>
border-color css
<style>
span { border-color: #9910FE; }
span { border-color: rgb(153,16,254); }
td.TdClassName
{
border-color: #9910FE;
}
.TagClassName
{
border-color: #9910FE;
}
</style>