Shades of Dark Violet #990BDF
Tints of Dark Violet #990BDF
RGB
CMYK
RGB Variations
Color information
#990BDF (or 0x990BDF) is known color: Dark Violet. HEX triplet: 99, 0B and DF. RGB value is (153,11,223). Sum of RGB (Red+Green+Blue) = 153+11+223=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #990BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990BDF is #66F420. Grayscale: #4C4C4C. Windows color (decimal): -6747169 or 14617497. OLE color: 14617497.
HSL color Cylindrical-coordinate representation of color #990BDF: hue angle of 280.19º 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 #990BDF is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 11 | 223 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.13 |
| HSL | 280.19º | 0.91% | 0.46% | - |
| HSV(B) | 280.19º | 0.95% | 0.87% | - |
| XYZ | 26.58 | 12.34 | 70.79 | - |
| YUV | 77.63 | 210.04 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 223 | 0.31 | 0.95 | 0 | 0.13 | 280.19 | 0.91 | 0.46 |
| Hex | 99 | B | DF | 1F | 5F | 0 | D | 118 | 5B | 2E |
| Octal | 231 | 13 | 337 | 37 | 137 | 0 | 15 | 430 | 133 | 56 |
| Binary | 10011001 | 1011 | 11011111 | 11111 | 1011111 | 0 | 1101 | 100011000 | 1011011 | 101110 |
Color Harmonies of #990BDF
Complementary color
Monochromatic Colors of #990BDF
Black with #990BDF
Text Example
Text Example
White with #990BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990BDF; }
p { color: rgb(153,11,223); }
H1.HeaderClassName
{
color: #990BDF;
}
.AnyTagClassName
{
color: #990BDF;
}
</style>
background-color css
<style>
a { background-color: #990BDF; }
a { background-color: rgb(153,11,223); }
div.DivClassName
{
background-color: #990BDF;
}
.BgClassName
{
background-color: #990BDF;
}
</style>
border-color css
<style>
span { border-color: #990BDF; }
span { border-color: rgb(153,11,223); }
td.TdClassName
{
border-color: #990BDF;
}
.TagClassName
{
border-color: #990BDF;
}
</style>