Shades of Dark Violet #990CFA
Tints of Dark Violet #990CFA
RGB
CMYK
RGB Variations
Color information
#990CFA (or 0x990CFA) is known color: Dark Violet. HEX triplet: 99, 0C and FA. RGB value is (153,12,250). Sum of RGB (Red+Green+Blue) = 153+12+250=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #990CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990CFA is #66F305. Grayscale: #505050. Windows color (decimal): -6746886 or 16387225. OLE color: 16387225.
HSL color Cylindrical-coordinate representation of color #990CFA: hue angle of 275.55º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990CFA is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 12 | 250 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.02 |
| HSL | 275.55º | 0.96% | 0.51% | - |
| HSV(B) | 275.55º | 0.95% | 0.98% | - |
| XYZ | 30.52 | 13.94 | 91.52 | - |
| YUV | 81.29 | 223.21 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 250 | 0.39 | 0.95 | 0 | 0.02 | 275.55 | 0.96 | 0.51 |
| Hex | 99 | C | FA | 27 | 5F | 0 | 2 | 114 | 60 | 33 |
| Octal | 231 | 14 | 372 | 47 | 137 | 0 | 2 | 424 | 140 | 63 |
| Binary | 10011001 | 1100 | 11111010 | 100111 | 1011111 | 0 | 10 | 100010100 | 1100000 | 110011 |
Color Harmonies of #990CFA
Complementary color
Monochromatic Colors of #990CFA
Black with #990CFA
Text Example
Text Example
White with #990CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990CFA; }
p { color: rgb(153,12,250); }
H1.HeaderClassName
{
color: #990CFA;
}
.AnyTagClassName
{
color: #990CFA;
}
</style>
background-color css
<style>
a { background-color: #990CFA; }
a { background-color: rgb(153,12,250); }
div.DivClassName
{
background-color: #990CFA;
}
.BgClassName
{
background-color: #990CFA;
}
</style>
border-color css
<style>
span { border-color: #990CFA; }
span { border-color: rgb(153,12,250); }
td.TdClassName
{
border-color: #990CFA;
}
.TagClassName
{
border-color: #990CFA;
}
</style>