Shades of Blue Violet #990FFD
Tints of Blue Violet #990FFD
RGB
CMYK
RGB Variations
Color information
#990FFD (or 0x990FFD) is known color: Blue Violet. HEX triplet: 99, 0F and FD. RGB value is (153,15,253). Sum of RGB (Red+Green+Blue) = 153+15+253=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #990FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990FFD is #66F002. Grayscale: #525252. Windows color (decimal): -6746115 or 16584601. OLE color: 16584601.
HSL color Cylindrical-coordinate representation of color #990FFD: hue angle of 274.79º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990FFD is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 15 | 253 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.01 |
| HSL | 274.79º | 0.98% | 0.53% | - |
| HSV(B) | 274.79º | 0.94% | 0.99% | - |
| XYZ | 31.04 | 14.21 | 94.03 | - |
| YUV | 83.39 | 223.72 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 253 | 0.40 | 0.94 | 0 | 0.01 | 274.79 | 0.98 | 0.53 |
| Hex | 99 | F | FD | 28 | 5E | 0 | 1 | 113 | 62 | 35 |
| Octal | 231 | 17 | 375 | 50 | 136 | 0 | 1 | 423 | 142 | 65 |
| Binary | 10011001 | 1111 | 11111101 | 101000 | 1011110 | 0 | 1 | 100010011 | 1100010 | 110101 |
Color Harmonies of #990FFD
Complementary color
Monochromatic Colors of #990FFD
Black with #990FFD
Text Example
Text Example
White with #990FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990FFD; }
p { color: rgb(153,15,253); }
H1.HeaderClassName
{
color: #990FFD;
}
.AnyTagClassName
{
color: #990FFD;
}
</style>
background-color css
<style>
a { background-color: #990FFD; }
a { background-color: rgb(153,15,253); }
div.DivClassName
{
background-color: #990FFD;
}
.BgClassName
{
background-color: #990FFD;
}
</style>
border-color css
<style>
span { border-color: #990FFD; }
span { border-color: rgb(153,15,253); }
td.TdClassName
{
border-color: #990FFD;
}
.TagClassName
{
border-color: #990FFD;
}
</style>