Shades of Dark Violet #990CF0
Tints of Dark Violet #990CF0
RGB
CMYK
RGB Variations
Color information
#990CF0 (or 0x990CF0) is known color: Dark Violet. HEX triplet: 99, 0C and F0. RGB value is (153,12,240). Sum of RGB (Red+Green+Blue) = 153+12+240=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 240 (94.14% from 255 or 59.26% from 405); Max value from RGB is 240 - color contains mainly: blue. Hex color #990CF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990CF0 is #66F30F. Grayscale: #4F4F4F. Windows color (decimal): -6746896 or 15731865. OLE color: 15731865.
HSL color Cylindrical-coordinate representation of color #990CF0: hue angle of 277.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990CF0 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 12 | 240 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.06 |
| HSL | 277.11º | 0.9% | 0.49% | - |
| HSV(B) | 277.11º | 0.95% | 0.94% | - |
| XYZ | 29 | 13.33 | 83.48 | - |
| YUV | 80.15 | 218.21 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 240 | 0.36 | 0.95 | 0 | 0.06 | 277.11 | 0.9 | 0.49 |
| Hex | 99 | C | F0 | 24 | 5F | 0 | 6 | 115 | 5A | 31 |
| Octal | 231 | 14 | 360 | 44 | 137 | 0 | 6 | 425 | 132 | 61 |
| Binary | 10011001 | 1100 | 11110000 | 100100 | 1011111 | 0 | 110 | 100010101 | 1011010 | 110001 |
Color Harmonies of #990CF0
Complementary color
Monochromatic Colors of #990CF0
Black with #990CF0
Text Example
Text Example
White with #990CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990CF0; }
p { color: rgb(153,12,240); }
H1.HeaderClassName
{
color: #990CF0;
}
.AnyTagClassName
{
color: #990CF0;
}
</style>
background-color css
<style>
a { background-color: #990CF0; }
a { background-color: rgb(153,12,240); }
div.DivClassName
{
background-color: #990CF0;
}
.BgClassName
{
background-color: #990CF0;
}
</style>
border-color css
<style>
span { border-color: #990CF0; }
span { border-color: rgb(153,12,240); }
td.TdClassName
{
border-color: #990CF0;
}
.TagClassName
{
border-color: #990CF0;
}
</style>