Shades of Dark Violet #990ACC
Tints of Dark Violet #990ACC
RGB
CMYK
RGB Variations
Color information
#990ACC (or 0x990ACC) is known color: Dark Violet. HEX triplet: 99, 0A and CC. RGB value is (153,10,204). Sum of RGB (Red+Green+Blue) = 153+10+204=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #990ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990ACC is #66F533. Grayscale: #4A4A4A. Windows color (decimal): -6747444 or 13372057. OLE color: 13372057.
HSL color Cylindrical-coordinate representation of color #990ACC: hue angle of 284.23º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990ACC is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 10 | 204 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.2 |
| HSL | 284.23º | 0.91% | 0.42% | - |
| HSV(B) | 284.23º | 0.95% | 0.8% | - |
| XYZ | 24.14 | 11.35 | 58.04 | - |
| YUV | 74.87 | 200.88 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 204 | 0.25 | 0.95 | 0 | 0.2 | 284.23 | 0.91 | 0.42 |
| Hex | 99 | A | CC | 19 | 5F | 0 | 14 | 11C | 5B | 2A |
| Octal | 231 | 12 | 314 | 31 | 137 | 0 | 24 | 434 | 133 | 52 |
| Binary | 10011001 | 1010 | 11001100 | 11001 | 1011111 | 0 | 10100 | 100011100 | 1011011 | 101010 |
Color Harmonies of #990ACC
Complementary color
Monochromatic Colors of #990ACC
Black with #990ACC
Text Example
Text Example
White with #990ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990ACC; }
p { color: rgb(153,10,204); }
H1.HeaderClassName
{
color: #990ACC;
}
.AnyTagClassName
{
color: #990ACC;
}
</style>
background-color css
<style>
a { background-color: #990ACC; }
a { background-color: rgb(153,10,204); }
div.DivClassName
{
background-color: #990ACC;
}
.BgClassName
{
background-color: #990ACC;
}
</style>
border-color css
<style>
span { border-color: #990ACC; }
span { border-color: rgb(153,10,204); }
td.TdClassName
{
border-color: #990ACC;
}
.TagClassName
{
border-color: #990ACC;
}
</style>