Shades of Dark Violet #990FC0
Tints of Dark Violet #990FC0
RGB
CMYK
RGB Variations
Color information
#990FC0 (or 0x990FC0) is known color: Dark Violet. HEX triplet: 99, 0F and C0. RGB value is (153,15,192). Sum of RGB (Red+Green+Blue) = 153+15+192=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 192 (75.39% from 255 or 53.33% from 360); Max value from RGB is 192 - color contains mainly: blue. Hex color #990FC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990FC0 is #66F03F. Grayscale: #4B4B4B. Windows color (decimal): -6746176 or 12586905. OLE color: 12586905.
HSL color Cylindrical-coordinate representation of color #990FC0: hue angle of 286.78º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990FC0 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 15 | 192 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.25 |
| HSL | 286.78º | 0.86% | 0.41% | - |
| HSV(B) | 286.78º | 0.92% | 0.75% | - |
| XYZ | 22.82 | 10.92 | 50.77 | - |
| YUV | 76.44 | 193.22 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 192 | 0.20 | 0.92 | 0 | 0.25 | 286.78 | 0.86 | 0.41 |
| Hex | 99 | F | C0 | 14 | 5C | 0 | 19 | 11F | 56 | 29 |
| Octal | 231 | 17 | 300 | 24 | 134 | 0 | 31 | 437 | 126 | 51 |
| Binary | 10011001 | 1111 | 11000000 | 10100 | 1011100 | 0 | 11001 | 100011111 | 1010110 | 101001 |
Color Harmonies of #990FC0
Complementary color
Monochromatic Colors of #990FC0
Black with #990FC0
Text Example
Text Example
White with #990FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990FC0; }
p { color: rgb(153,15,192); }
H1.HeaderClassName
{
color: #990FC0;
}
.AnyTagClassName
{
color: #990FC0;
}
</style>
background-color css
<style>
a { background-color: #990FC0; }
a { background-color: rgb(153,15,192); }
div.DivClassName
{
background-color: #990FC0;
}
.BgClassName
{
background-color: #990FC0;
}
</style>
border-color css
<style>
span { border-color: #990FC0; }
span { border-color: rgb(153,15,192); }
td.TdClassName
{
border-color: #990FC0;
}
.TagClassName
{
border-color: #990FC0;
}
</style>