Shades of Dark Violet #990BCB
Tints of Dark Violet #990BCB
RGB
CMYK
RGB Variations
Color information
#990BCB (or 0x990BCB) is known color: Dark Violet. HEX triplet: 99, 0B and CB. RGB value is (153,11,203). Sum of RGB (Red+Green+Blue) = 153+11+203=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #990BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990BCB is #66F434. Grayscale: #4A4A4A. Windows color (decimal): -6747189 or 13306777. OLE color: 13306777.
HSL color Cylindrical-coordinate representation of color #990BCB: hue angle of 284.38º degrees, saturation: 0.9, 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 #990BCB is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 11 | 203 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.20 |
| HSL | 284.38º | 0.9% | 0.42% | - |
| HSV(B) | 284.38º | 0.95% | 0.8% | - |
| XYZ | 24.04 | 11.32 | 57.42 | - |
| YUV | 75.35 | 200.04 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 203 | 0.25 | 0.95 | 0 | 0.20 | 284.38 | 0.9 | 0.42 |
| Hex | 99 | B | CB | 19 | 5F | 0 | 14 | 11C | 5A | 2A |
| Octal | 231 | 13 | 313 | 31 | 137 | 0 | 24 | 434 | 132 | 52 |
| Binary | 10011001 | 1011 | 11001011 | 11001 | 1011111 | 0 | 10100 | 100011100 | 1011010 | 101010 |
Color Harmonies of #990BCB
Complementary color
Monochromatic Colors of #990BCB
Black with #990BCB
Text Example
Text Example
White with #990BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990BCB; }
p { color: rgb(153,11,203); }
H1.HeaderClassName
{
color: #990BCB;
}
.AnyTagClassName
{
color: #990BCB;
}
</style>
background-color css
<style>
a { background-color: #990BCB; }
a { background-color: rgb(153,11,203); }
div.DivClassName
{
background-color: #990BCB;
}
.BgClassName
{
background-color: #990BCB;
}
</style>
border-color css
<style>
span { border-color: #990BCB; }
span { border-color: rgb(153,11,203); }
td.TdClassName
{
border-color: #990BCB;
}
.TagClassName
{
border-color: #990BCB;
}
</style>