Shades of Blue Violet #990FFA
Tints of Blue Violet #990FFA
RGB
CMYK
RGB Variations
Color information
#990FFA (or 0x990FFA) is known color: Blue Violet. HEX triplet: 99, 0F and FA. RGB value is (153,15,250). Sum of RGB (Red+Green+Blue) = 153+15+250=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #990FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990FFA is #66F005. Grayscale: #525252. Windows color (decimal): -6746118 or 16387993. OLE color: 16387993.
HSL color Cylindrical-coordinate representation of color #990FFA: hue angle of 275.23º degrees, saturation: 0.96, 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 #990FFA is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 15 | 250 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.02 |
| HSL | 275.23º | 0.96% | 0.52% | - |
| HSV(B) | 275.23º | 0.94% | 0.98% | - |
| XYZ | 30.56 | 14.02 | 91.54 | - |
| YUV | 83.05 | 222.22 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 250 | 0.39 | 0.94 | 0 | 0.02 | 275.23 | 0.96 | 0.52 |
| Hex | 99 | F | FA | 27 | 5E | 0 | 2 | 113 | 60 | 34 |
| Octal | 231 | 17 | 372 | 47 | 136 | 0 | 2 | 423 | 140 | 64 |
| Binary | 10011001 | 1111 | 11111010 | 100111 | 1011110 | 0 | 10 | 100010011 | 1100000 | 110100 |
Color Harmonies of #990FFA
Complementary color
Monochromatic Colors of #990FFA
Black with #990FFA
Text Example
Text Example
White with #990FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990FFA; }
p { color: rgb(153,15,250); }
H1.HeaderClassName
{
color: #990FFA;
}
.AnyTagClassName
{
color: #990FFA;
}
</style>
background-color css
<style>
a { background-color: #990FFA; }
a { background-color: rgb(153,15,250); }
div.DivClassName
{
background-color: #990FFA;
}
.BgClassName
{
background-color: #990FFA;
}
</style>
border-color css
<style>
span { border-color: #990FFA; }
span { border-color: rgb(153,15,250); }
td.TdClassName
{
border-color: #990FFA;
}
.TagClassName
{
border-color: #990FFA;
}
</style>