Shades of Dark Orchid #991DB3
Tints of Dark Orchid #991DB3
RGB
CMYK
RGB Variations
Color information
#991DB3 (or 0x991DB3) is known color: Dark Orchid. HEX triplet: 99, 1D and B3. RGB value is (153,29,179). Sum of RGB (Red+Green+Blue) = 153+29+179=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 179 (70.31% from 255 or 49.58% from 361); Max value from RGB is 179 - color contains mainly: blue. Hex color #991DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991DB3 is #66E24C. Grayscale: #525252. Windows color (decimal): -6742605 or 11738521. OLE color: 11738521.
HSL color Cylindrical-coordinate representation of color #991DB3: hue angle of 289.6º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991DB3 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 29 | 179 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.30 |
| HSL | 289.6º | 0.72% | 0.41% | - |
| HSV(B) | 289.6º | 0.84% | 0.7% | - |
| XYZ | 21.71 | 10.91 | 43.61 | - |
| YUV | 83.18 | 182.08 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 29 | 179 | 0.15 | 0.84 | 0 | 0.30 | 289.6 | 0.72 | 0.41 |
| Hex | 99 | 1D | B3 | F | 54 | 0 | 1E | 122 | 48 | 29 |
| Octal | 231 | 35 | 263 | 17 | 124 | 0 | 36 | 442 | 110 | 51 |
| Binary | 10011001 | 11101 | 10110011 | 1111 | 1010100 | 0 | 11110 | 100100010 | 1001000 | 101001 |
Color Harmonies of #991DB3
Complementary color
Monochromatic Colors of #991DB3
Black with #991DB3
Text Example
Text Example
White with #991DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991DB3; }
p { color: rgb(153,29,179); }
H1.HeaderClassName
{
color: #991DB3;
}
.AnyTagClassName
{
color: #991DB3;
}
</style>
background-color css
<style>
a { background-color: #991DB3; }
a { background-color: rgb(153,29,179); }
div.DivClassName
{
background-color: #991DB3;
}
.BgClassName
{
background-color: #991DB3;
}
</style>
border-color css
<style>
span { border-color: #991DB3; }
span { border-color: rgb(153,29,179); }
td.TdClassName
{
border-color: #991DB3;
}
.TagClassName
{
border-color: #991DB3;
}
</style>