Shades of Dark Violet #990BEC
Tints of Dark Violet #990BEC
RGB
CMYK
RGB Variations
Color information
#990BEC (or 0x990BEC) is known color: Dark Violet. HEX triplet: 99, 0B and EC. RGB value is (153,11,236). Sum of RGB (Red+Green+Blue) = 153+11+236=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 11 (4.69% from 255 or 2.75% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #990BEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990BEC is #66F413. Grayscale: #4E4E4E. Windows color (decimal): -6747156 or 15469465. OLE color: 15469465.
HSL color Cylindrical-coordinate representation of color #990BEC: hue angle of 277.87º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990BEC is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 11 | 236 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.07 |
| HSL | 277.87º | 0.91% | 0.48% | - |
| HSV(B) | 277.87º | 0.95% | 0.93% | - |
| XYZ | 28.4 | 13.07 | 80.38 | - |
| YUV | 79.11 | 216.54 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 236 | 0.35 | 0.95 | 0 | 0.07 | 277.87 | 0.91 | 0.48 |
| Hex | 99 | B | EC | 23 | 5F | 0 | 7 | 116 | 5B | 30 |
| Octal | 231 | 13 | 354 | 43 | 137 | 0 | 7 | 426 | 133 | 60 |
| Binary | 10011001 | 1011 | 11101100 | 100011 | 1011111 | 0 | 111 | 100010110 | 1011011 | 110000 |
Color Harmonies of #990BEC
Complementary color
Monochromatic Colors of #990BEC
Black with #990BEC
Text Example
Text Example
White with #990BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990BEC; }
p { color: rgb(153,11,236); }
H1.HeaderClassName
{
color: #990BEC;
}
.AnyTagClassName
{
color: #990BEC;
}
</style>
background-color css
<style>
a { background-color: #990BEC; }
a { background-color: rgb(153,11,236); }
div.DivClassName
{
background-color: #990BEC;
}
.BgClassName
{
background-color: #990BEC;
}
</style>
border-color css
<style>
span { border-color: #990BEC; }
span { border-color: rgb(153,11,236); }
td.TdClassName
{
border-color: #990BEC;
}
.TagClassName
{
border-color: #990BEC;
}
</style>