Shades of Dark Violet #990BEF
Tints of Dark Violet #990BEF
RGB
CMYK
RGB Variations
Color information
#990BEF (or 0x990BEF) is known color: Dark Violet. HEX triplet: 99, 0B and EF. RGB value is (153,11,239). Sum of RGB (Red+Green+Blue) = 153+11+239=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #990BEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990BEF is #66F410. Grayscale: #4E4E4E. Windows color (decimal): -6747153 or 15666073. OLE color: 15666073.
HSL color Cylindrical-coordinate representation of color #990BEF: hue angle of 277.37º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990BEF is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 11 | 239 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.06 |
| HSL | 277.37º | 0.91% | 0.49% | - |
| HSV(B) | 277.37º | 0.95% | 0.94% | - |
| XYZ | 28.84 | 13.24 | 82.7 | - |
| YUV | 79.45 | 218.04 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 239 | 0.36 | 0.95 | 0 | 0.06 | 277.37 | 0.91 | 0.49 |
| Hex | 99 | B | EF | 24 | 5F | 0 | 6 | 115 | 5B | 31 |
| Octal | 231 | 13 | 357 | 44 | 137 | 0 | 6 | 425 | 133 | 61 |
| Binary | 10011001 | 1011 | 11101111 | 100100 | 1011111 | 0 | 110 | 100010101 | 1011011 | 110001 |
Color Harmonies of #990BEF
Complementary color
Monochromatic Colors of #990BEF
Black with #990BEF
Text Example
Text Example
White with #990BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990BEF; }
p { color: rgb(153,11,239); }
H1.HeaderClassName
{
color: #990BEF;
}
.AnyTagClassName
{
color: #990BEF;
}
</style>
background-color css
<style>
a { background-color: #990BEF; }
a { background-color: rgb(153,11,239); }
div.DivClassName
{
background-color: #990BEF;
}
.BgClassName
{
background-color: #990BEF;
}
</style>
border-color css
<style>
span { border-color: #990BEF; }
span { border-color: rgb(153,11,239); }
td.TdClassName
{
border-color: #990BEF;
}
.TagClassName
{
border-color: #990BEF;
}
</style>