Shades of Dark Violet #990CF6
Tints of Dark Violet #990CF6
RGB
CMYK
RGB Variations
Color information
#990CF6 (or 0x990CF6) is known color: Dark Violet. HEX triplet: 99, 0C and F6. RGB value is (153,12,246). Sum of RGB (Red+Green+Blue) = 153+12+246=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 246 (96.48% from 255 or 59.85% from 411); Max value from RGB is 246 - color contains mainly: blue. Hex color #990CF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990CF6 is #66F309. Grayscale: #505050. Windows color (decimal): -6746890 or 16125081. OLE color: 16125081.
HSL color Cylindrical-coordinate representation of color #990CF6: hue angle of 276.15º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990CF6 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 12 | 246 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.04 |
| HSL | 276.15º | 0.93% | 0.51% | - |
| HSV(B) | 276.15º | 0.95% | 0.96% | - |
| XYZ | 29.9 | 13.69 | 88.25 | - |
| YUV | 80.84 | 221.21 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 246 | 0.38 | 0.95 | 0 | 0.04 | 276.15 | 0.93 | 0.51 |
| Hex | 99 | C | F6 | 26 | 5F | 0 | 4 | 114 | 5D | 33 |
| Octal | 231 | 14 | 366 | 46 | 137 | 0 | 4 | 424 | 135 | 63 |
| Binary | 10011001 | 1100 | 11110110 | 100110 | 1011111 | 0 | 100 | 100010100 | 1011101 | 110011 |
Color Harmonies of #990CF6
Complementary color
Monochromatic Colors of #990CF6
Black with #990CF6
Text Example
Text Example
White with #990CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990CF6; }
p { color: rgb(153,12,246); }
H1.HeaderClassName
{
color: #990CF6;
}
.AnyTagClassName
{
color: #990CF6;
}
</style>
background-color css
<style>
a { background-color: #990CF6; }
a { background-color: rgb(153,12,246); }
div.DivClassName
{
background-color: #990CF6;
}
.BgClassName
{
background-color: #990CF6;
}
</style>
border-color css
<style>
span { border-color: #990CF6; }
span { border-color: rgb(153,12,246); }
td.TdClassName
{
border-color: #990CF6;
}
.TagClassName
{
border-color: #990CF6;
}
</style>