Shades of Dark Violet #990FB4
Tints of Dark Violet #990FB4
RGB
CMYK
RGB Variations
Color information
#990FB4 (or 0x990FB4) is known color: Dark Violet. HEX triplet: 99, 0F and B4. RGB value is (153,15,180). Sum of RGB (Red+Green+Blue) = 153+15+180=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 180 (70.70% from 255 or 51.72% from 348); Max value from RGB is 180 - color contains mainly: blue. Hex color #990FB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990FB4 is #66F04B. Grayscale: #4A4A4A. Windows color (decimal): -6746188 or 11800473. OLE color: 11800473.
HSL color Cylindrical-coordinate representation of color #990FB4: hue angle of 290.18º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990FB4 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 15 | 180 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.29 |
| HSL | 290.18º | 0.85% | 0.38% | - |
| HSV(B) | 290.18º | 0.92% | 0.71% | - |
| XYZ | 21.55 | 10.41 | 44.05 | - |
| YUV | 75.07 | 187.22 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 180 | 0.15 | 0.92 | 0 | 0.29 | 290.18 | 0.85 | 0.38 |
| Hex | 99 | F | B4 | F | 5C | 0 | 1D | 122 | 55 | 26 |
| Octal | 231 | 17 | 264 | 17 | 134 | 0 | 35 | 442 | 125 | 46 |
| Binary | 10011001 | 1111 | 10110100 | 1111 | 1011100 | 0 | 11101 | 100100010 | 1010101 | 100110 |
Color Harmonies of #990FB4
Complementary color
Monochromatic Colors of #990FB4
Black with #990FB4
Text Example
Text Example
White with #990FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990FB4; }
p { color: rgb(153,15,180); }
H1.HeaderClassName
{
color: #990FB4;
}
.AnyTagClassName
{
color: #990FB4;
}
</style>
background-color css
<style>
a { background-color: #990FB4; }
a { background-color: rgb(153,15,180); }
div.DivClassName
{
background-color: #990FB4;
}
.BgClassName
{
background-color: #990FB4;
}
</style>
border-color css
<style>
span { border-color: #990FB4; }
span { border-color: rgb(153,15,180); }
td.TdClassName
{
border-color: #990FB4;
}
.TagClassName
{
border-color: #990FB4;
}
</style>