Shades of Dark Violet #990BCF
Tints of Dark Violet #990BCF
RGB
CMYK
RGB Variations
Color information
#990BCF (or 0x990BCF) is known color: Dark Violet. HEX triplet: 99, 0B and CF. RGB value is (153,11,207). Sum of RGB (Red+Green+Blue) = 153+11+207=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #990BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990BCF is #66F430. Grayscale: #4B4B4B. Windows color (decimal): -6747185 or 13568921. OLE color: 13568921.
HSL color Cylindrical-coordinate representation of color #990BCF: hue angle of 283.47º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990BCF is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 11 | 207 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.19 |
| HSL | 283.47º | 0.9% | 0.43% | - |
| HSV(B) | 283.47º | 0.95% | 0.81% | - |
| XYZ | 24.52 | 11.52 | 59.96 | - |
| YUV | 75.8 | 202.04 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 207 | 0.26 | 0.95 | 0 | 0.19 | 283.47 | 0.9 | 0.43 |
| Hex | 99 | B | CF | 1A | 5F | 0 | 13 | 11B | 5A | 2B |
| Octal | 231 | 13 | 317 | 32 | 137 | 0 | 23 | 433 | 132 | 53 |
| Binary | 10011001 | 1011 | 11001111 | 11010 | 1011111 | 0 | 10011 | 100011011 | 1011010 | 101011 |
Color Harmonies of #990BCF
Complementary color
Monochromatic Colors of #990BCF
Black with #990BCF
Text Example
Text Example
White with #990BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990BCF; }
p { color: rgb(153,11,207); }
H1.HeaderClassName
{
color: #990BCF;
}
.AnyTagClassName
{
color: #990BCF;
}
</style>
background-color css
<style>
a { background-color: #990BCF; }
a { background-color: rgb(153,11,207); }
div.DivClassName
{
background-color: #990BCF;
}
.BgClassName
{
background-color: #990BCF;
}
</style>
border-color css
<style>
span { border-color: #990BCF; }
span { border-color: rgb(153,11,207); }
td.TdClassName
{
border-color: #990BCF;
}
.TagClassName
{
border-color: #990BCF;
}
</style>