Shades of Dark Violet #990BC3
Tints of Dark Violet #990BC3
RGB
CMYK
RGB Variations
Color information
#990BC3 (or 0x990BC3) is known color: Dark Violet. HEX triplet: 99, 0B and C3. RGB value is (153,11,195). Sum of RGB (Red+Green+Blue) = 153+11+195=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 195 (76.56% from 255 or 54.32% from 359); Max value from RGB is 195 - color contains mainly: blue. Hex color #990BC3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990BC3 is #66F43C. Grayscale: #494949. Windows color (decimal): -6747197 or 12782489. OLE color: 12782489.
HSL color Cylindrical-coordinate representation of color #990BC3: hue angle of 286.3º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990BC3 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 11 | 195 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.24 |
| HSL | 286.3º | 0.89% | 0.4% | - |
| HSV(B) | 286.3º | 0.94% | 0.76% | - |
| XYZ | 23.11 | 10.95 | 52.53 | - |
| YUV | 74.43 | 196.04 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 195 | 0.22 | 0.94 | 0 | 0.24 | 286.3 | 0.89 | 0.4 |
| Hex | 99 | B | C3 | 16 | 5E | 0 | 18 | 11E | 59 | 28 |
| Octal | 231 | 13 | 303 | 26 | 136 | 0 | 30 | 436 | 131 | 50 |
| Binary | 10011001 | 1011 | 11000011 | 10110 | 1011110 | 0 | 11000 | 100011110 | 1011001 | 101000 |
Color Harmonies of #990BC3
Complementary color
Monochromatic Colors of #990BC3
Black with #990BC3
Text Example
Text Example
White with #990BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990BC3; }
p { color: rgb(153,11,195); }
H1.HeaderClassName
{
color: #990BC3;
}
.AnyTagClassName
{
color: #990BC3;
}
</style>
background-color css
<style>
a { background-color: #990BC3; }
a { background-color: rgb(153,11,195); }
div.DivClassName
{
background-color: #990BC3;
}
.BgClassName
{
background-color: #990BC3;
}
</style>
border-color css
<style>
span { border-color: #990BC3; }
span { border-color: rgb(153,11,195); }
td.TdClassName
{
border-color: #990BC3;
}
.TagClassName
{
border-color: #990BC3;
}
</style>