Shades of Dark Orchid #991ED0
Tints of Dark Orchid #991ED0
RGB
CMYK
RGB Variations
Color information
#991ED0 (or 0x991ED0) is known color: Dark Orchid. HEX triplet: 99, 1E and D0. RGB value is (153,30,208). Sum of RGB (Red+Green+Blue) = 153+30+208=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #991ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991ED0 is #66E12F. Grayscale: #565656. Windows color (decimal): -6742320 or 13639321. OLE color: 13639321.
HSL color Cylindrical-coordinate representation of color #991ED0: hue angle of 281.46º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991ED0 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 30 | 208 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.18 |
| HSL | 281.46º | 0.75% | 0.47% | - |
| HSV(B) | 281.46º | 0.86% | 0.82% | - |
| XYZ | 24.99 | 12.25 | 60.72 | - |
| YUV | 87.07 | 196.25 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 30 | 208 | 0.26 | 0.86 | 0 | 0.18 | 281.46 | 0.75 | 0.47 |
| Hex | 99 | 1E | D0 | 1A | 56 | 0 | 12 | 119 | 4B | 2F |
| Octal | 231 | 36 | 320 | 32 | 126 | 0 | 22 | 431 | 113 | 57 |
| Binary | 10011001 | 11110 | 11010000 | 11010 | 1010110 | 0 | 10010 | 100011001 | 1001011 | 101111 |
Color Harmonies of #991ED0
Complementary color
Monochromatic Colors of #991ED0
Black with #991ED0
Text Example
Text Example
White with #991ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991ED0; }
p { color: rgb(153,30,208); }
H1.HeaderClassName
{
color: #991ED0;
}
.AnyTagClassName
{
color: #991ED0;
}
</style>
background-color css
<style>
a { background-color: #991ED0; }
a { background-color: rgb(153,30,208); }
div.DivClassName
{
background-color: #991ED0;
}
.BgClassName
{
background-color: #991ED0;
}
</style>
border-color css
<style>
span { border-color: #991ED0; }
span { border-color: rgb(153,30,208); }
td.TdClassName
{
border-color: #991ED0;
}
.TagClassName
{
border-color: #991ED0;
}
</style>