Shades of Dark Violet #990FBC
Tints of Dark Violet #990FBC
RGB
CMYK
RGB Variations
Color information
#990FBC (or 0x990FBC) is known color: Dark Violet. HEX triplet: 99, 0F and BC. RGB value is (153,15,188). Sum of RGB (Red+Green+Blue) = 153+15+188=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #990FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990FBC is #66F043. Grayscale: #4B4B4B. Windows color (decimal): -6746180 or 12324761. OLE color: 12324761.
HSL color Cylindrical-coordinate representation of color #990FBC: hue angle of 287.86º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990FBC is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 15 | 188 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.26 |
| HSL | 287.86º | 0.85% | 0.4% | - |
| HSV(B) | 287.86º | 0.92% | 0.74% | - |
| XYZ | 22.38 | 10.74 | 48.47 | - |
| YUV | 75.98 | 191.22 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 188 | 0.19 | 0.92 | 0 | 0.26 | 287.86 | 0.85 | 0.4 |
| Hex | 99 | F | BC | 13 | 5C | 0 | 1A | 120 | 55 | 28 |
| Octal | 231 | 17 | 274 | 23 | 134 | 0 | 32 | 440 | 125 | 50 |
| Binary | 10011001 | 1111 | 10111100 | 10011 | 1011100 | 0 | 11010 | 100100000 | 1010101 | 101000 |
Color Harmonies of #990FBC
Complementary color
Monochromatic Colors of #990FBC
Black with #990FBC
Text Example
Text Example
White with #990FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990FBC; }
p { color: rgb(153,15,188); }
H1.HeaderClassName
{
color: #990FBC;
}
.AnyTagClassName
{
color: #990FBC;
}
</style>
background-color css
<style>
a { background-color: #990FBC; }
a { background-color: rgb(153,15,188); }
div.DivClassName
{
background-color: #990FBC;
}
.BgClassName
{
background-color: #990FBC;
}
</style>
border-color css
<style>
span { border-color: #990FBC; }
span { border-color: rgb(153,15,188); }
td.TdClassName
{
border-color: #990FBC;
}
.TagClassName
{
border-color: #990FBC;
}
</style>