Shades of Dark Orchid #991DB5
Tints of Dark Orchid #991DB5
RGB
CMYK
RGB Variations
Color information
#991DB5 (or 0x991DB5) is known color: Dark Orchid. HEX triplet: 99, 1D and B5. RGB value is (153,29,181). Sum of RGB (Red+Green+Blue) = 153+29+181=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 181 (71.09% from 255 or 49.86% from 363); Max value from RGB is 181 - color contains mainly: blue. Hex color #991DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991DB5 is #66E24A. Grayscale: #525252. Windows color (decimal): -6742603 or 11869593. OLE color: 11869593.
HSL color Cylindrical-coordinate representation of color #991DB5: hue angle of 288.95º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991DB5 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 29 | 181 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.29 |
| HSL | 288.95º | 0.72% | 0.41% | - |
| HSV(B) | 288.95º | 0.84% | 0.71% | - |
| XYZ | 21.92 | 10.99 | 44.68 | - |
| YUV | 83.4 | 183.08 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 29 | 181 | 0.15 | 0.84 | 0 | 0.29 | 288.95 | 0.72 | 0.41 |
| Hex | 99 | 1D | B5 | F | 54 | 0 | 1D | 121 | 48 | 29 |
| Octal | 231 | 35 | 265 | 17 | 124 | 0 | 35 | 441 | 110 | 51 |
| Binary | 10011001 | 11101 | 10110101 | 1111 | 1010100 | 0 | 11101 | 100100001 | 1001000 | 101001 |
Color Harmonies of #991DB5
Complementary color
Monochromatic Colors of #991DB5
Black with #991DB5
Text Example
Text Example
White with #991DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991DB5; }
p { color: rgb(153,29,181); }
H1.HeaderClassName
{
color: #991DB5;
}
.AnyTagClassName
{
color: #991DB5;
}
</style>
background-color css
<style>
a { background-color: #991DB5; }
a { background-color: rgb(153,29,181); }
div.DivClassName
{
background-color: #991DB5;
}
.BgClassName
{
background-color: #991DB5;
}
</style>
border-color css
<style>
span { border-color: #991DB5; }
span { border-color: rgb(153,29,181); }
td.TdClassName
{
border-color: #991DB5;
}
.TagClassName
{
border-color: #991DB5;
}
</style>