Shades of Dark Violet #990BDE
Tints of Dark Violet #990BDE
RGB
CMYK
RGB Variations
Color information
#990BDE (or 0x990BDE) is known color: Dark Violet. HEX triplet: 99, 0B and DE. RGB value is (153,11,222). Sum of RGB (Red+Green+Blue) = 153+11+222=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #990BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990BDE is #66F421. Grayscale: #4C4C4C. Windows color (decimal): -6747170 or 14551961. OLE color: 14551961.
HSL color Cylindrical-coordinate representation of color #990BDE: hue angle of 280.38º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990BDE is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 11 | 222 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.13 |
| HSL | 280.38º | 0.91% | 0.46% | - |
| HSV(B) | 280.38º | 0.95% | 0.87% | - |
| XYZ | 26.44 | 12.29 | 70.08 | - |
| YUV | 77.51 | 209.54 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 222 | 0.31 | 0.95 | 0 | 0.13 | 280.38 | 0.91 | 0.46 |
| Hex | 99 | B | DE | 1F | 5F | 0 | D | 118 | 5B | 2E |
| Octal | 231 | 13 | 336 | 37 | 137 | 0 | 15 | 430 | 133 | 56 |
| Binary | 10011001 | 1011 | 11011110 | 11111 | 1011111 | 0 | 1101 | 100011000 | 1011011 | 101110 |
Color Harmonies of #990BDE
Complementary color
Monochromatic Colors of #990BDE
Black with #990BDE
Text Example
Text Example
White with #990BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990BDE; }
p { color: rgb(153,11,222); }
H1.HeaderClassName
{
color: #990BDE;
}
.AnyTagClassName
{
color: #990BDE;
}
</style>
background-color css
<style>
a { background-color: #990BDE; }
a { background-color: rgb(153,11,222); }
div.DivClassName
{
background-color: #990BDE;
}
.BgClassName
{
background-color: #990BDE;
}
</style>
border-color css
<style>
span { border-color: #990BDE; }
span { border-color: rgb(153,11,222); }
td.TdClassName
{
border-color: #990BDE;
}
.TagClassName
{
border-color: #990BDE;
}
</style>