Shades of Blue Violet #9910FF
Tints of Blue Violet #9910FF
RGB
CMYK
RGB Variations
Color information
#9910FF (or 0x9910FF) is known color: Blue Violet. HEX triplet: 99, 10 and FF. RGB value is (153,16,255). Sum of RGB (Red+Green+Blue) = 153+16+255=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 16 (6.64% from 255 or 3.77% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #9910FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9910FF is #66EF00. Grayscale: #535353. Windows color (decimal): -6745857 or 16715929. OLE color: 16715929.
HSL color Cylindrical-coordinate representation of color #9910FF: hue angle of 274.39º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9910FF is Cyan = 0.4, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 16 | 255 | - |
| CMYK | 0.4 | 0.94 | 0 | 0 |
| HSL | 274.39º | 1% | 0.53% | - |
| HSV(B) | 274.39º | 0.94% | 1% | - |
| XYZ | 31.37 | 14.36 | 95.73 | - |
| YUV | 84.21 | 224.39 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 16 | 255 | 0.4 | 0.94 | 0 | 0 | 274.39 | 1 | 0.53 |
| Hex | 99 | 10 | FF | 28 | 5E | 0 | 0 | 112 | 64 | 35 |
| Octal | 231 | 20 | 377 | 50 | 136 | 0 | 0 | 422 | 144 | 65 |
| Binary | 10011001 | 10000 | 11111111 | 101000 | 1011110 | 0 | 0 | 100010010 | 1100100 | 110101 |
Color Harmonies of #9910FF
Complementary color
Monochromatic Colors of #9910FF
Black with #9910FF
Text Example
Text Example
White with #9910FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9910FF; }
p { color: rgb(153,16,255); }
H1.HeaderClassName
{
color: #9910FF;
}
.AnyTagClassName
{
color: #9910FF;
}
</style>
background-color css
<style>
a { background-color: #9910FF; }
a { background-color: rgb(153,16,255); }
div.DivClassName
{
background-color: #9910FF;
}
.BgClassName
{
background-color: #9910FF;
}
</style>
border-color css
<style>
span { border-color: #9910FF; }
span { border-color: rgb(153,16,255); }
td.TdClassName
{
border-color: #9910FF;
}
.TagClassName
{
border-color: #9910FF;
}
</style>