Shades of Dark Violet #990AF3
Tints of Dark Violet #990AF3
RGB
CMYK
RGB Variations
Color information
#990AF3 (or 0x990AF3) is known color: Dark Violet. HEX triplet: 99, 0A and F3. RGB value is (153,10,243). Sum of RGB (Red+Green+Blue) = 153+10+243=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 243 (95.31% from 255 or 59.85% from 406); Max value from RGB is 243 - color contains mainly: blue. Hex color #990AF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990AF3 is #66F50C. Grayscale: #4E4E4E. Windows color (decimal): -6747405 or 15927961. OLE color: 15927961.
HSL color Cylindrical-coordinate representation of color #990AF3: hue angle of 276.82º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990AF3 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 10 | 243 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.05 |
| HSL | 276.82º | 0.92% | 0.5% | - |
| HSV(B) | 276.82º | 0.96% | 0.95% | - |
| XYZ | 29.42 | 13.46 | 85.84 | - |
| YUV | 79.32 | 220.38 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 243 | 0.37 | 0.96 | 0 | 0.05 | 276.82 | 0.92 | 0.5 |
| Hex | 99 | A | F3 | 25 | 60 | 0 | 5 | 115 | 5C | 32 |
| Octal | 231 | 12 | 363 | 45 | 140 | 0 | 5 | 425 | 134 | 62 |
| Binary | 10011001 | 1010 | 11110011 | 100101 | 1100000 | 0 | 101 | 100010101 | 1011100 | 110010 |
Color Harmonies of #990AF3
Complementary color
Monochromatic Colors of #990AF3
Black with #990AF3
Text Example
Text Example
White with #990AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990AF3; }
p { color: rgb(153,10,243); }
H1.HeaderClassName
{
color: #990AF3;
}
.AnyTagClassName
{
color: #990AF3;
}
</style>
background-color css
<style>
a { background-color: #990AF3; }
a { background-color: rgb(153,10,243); }
div.DivClassName
{
background-color: #990AF3;
}
.BgClassName
{
background-color: #990AF3;
}
</style>
border-color css
<style>
span { border-color: #990AF3; }
span { border-color: rgb(153,10,243); }
td.TdClassName
{
border-color: #990AF3;
}
.TagClassName
{
border-color: #990AF3;
}
</style>