Shades of Dark Violet #990BF6
Tints of Dark Violet #990BF6
RGB
CMYK
RGB Variations
Color information
#990BF6 (or 0x990BF6) is known color: Dark Violet. HEX triplet: 99, 0B and F6. RGB value is (153,11,246). Sum of RGB (Red+Green+Blue) = 153+11+246=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 246 (96.48% from 255 or 60% from 410); Max value from RGB is 246 - color contains mainly: blue. Hex color #990BF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990BF6 is #66F409. Grayscale: #4F4F4F. Windows color (decimal): -6747146 or 16124825. OLE color: 16124825.
HSL color Cylindrical-coordinate representation of color #990BF6: hue angle of 276.26º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990BF6 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 11 | 246 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.04 |
| HSL | 276.26º | 0.93% | 0.5% | - |
| HSV(B) | 276.26º | 0.96% | 0.96% | - |
| XYZ | 29.89 | 13.67 | 88.25 | - |
| YUV | 80.25 | 221.54 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 246 | 0.38 | 0.96 | 0 | 0.04 | 276.26 | 0.93 | 0.5 |
| Hex | 99 | B | F6 | 26 | 60 | 0 | 4 | 114 | 5D | 32 |
| Octal | 231 | 13 | 366 | 46 | 140 | 0 | 4 | 424 | 135 | 62 |
| Binary | 10011001 | 1011 | 11110110 | 100110 | 1100000 | 0 | 100 | 100010100 | 1011101 | 110010 |
Color Harmonies of #990BF6
Complementary color
Monochromatic Colors of #990BF6
Black with #990BF6
Text Example
Text Example
White with #990BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990BF6; }
p { color: rgb(153,11,246); }
H1.HeaderClassName
{
color: #990BF6;
}
.AnyTagClassName
{
color: #990BF6;
}
</style>
background-color css
<style>
a { background-color: #990BF6; }
a { background-color: rgb(153,11,246); }
div.DivClassName
{
background-color: #990BF6;
}
.BgClassName
{
background-color: #990BF6;
}
</style>
border-color css
<style>
span { border-color: #990BF6; }
span { border-color: rgb(153,11,246); }
td.TdClassName
{
border-color: #990BF6;
}
.TagClassName
{
border-color: #990BF6;
}
</style>