Shades of Dark Orchid #991AD1
Tints of Dark Orchid #991AD1
RGB
CMYK
RGB Variations
Color information
#991AD1 (or 0x991AD1) is known color: Dark Orchid. HEX triplet: 99, 1A and D1. RGB value is (153,26,209). Sum of RGB (Red+Green+Blue) = 153+26+209=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 209 (82.03% from 255 or 53.87% from 388); Max value from RGB is 209 - color contains mainly: blue. Hex color #991AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991AD1 is #66E52E. Grayscale: #545454. Windows color (decimal): -6743343 or 13703833. OLE color: 13703833.
HSL color Cylindrical-coordinate representation of color #991AD1: hue angle of 281.64º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991AD1 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 26 | 209 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.18 |
| HSL | 281.64º | 0.78% | 0.46% | - |
| HSV(B) | 281.64º | 0.88% | 0.82% | - |
| XYZ | 25.01 | 12.11 | 61.34 | - |
| YUV | 84.84 | 198.08 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 26 | 209 | 0.27 | 0.88 | 0 | 0.18 | 281.64 | 0.78 | 0.46 |
| Hex | 99 | 1A | D1 | 1B | 58 | 0 | 12 | 11A | 4E | 2E |
| Octal | 231 | 32 | 321 | 33 | 130 | 0 | 22 | 432 | 116 | 56 |
| Binary | 10011001 | 11010 | 11010001 | 11011 | 1011000 | 0 | 10010 | 100011010 | 1001110 | 101110 |
Color Harmonies of #991AD1
Complementary color
Monochromatic Colors of #991AD1
Black with #991AD1
Text Example
Text Example
White with #991AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991AD1; }
p { color: rgb(153,26,209); }
H1.HeaderClassName
{
color: #991AD1;
}
.AnyTagClassName
{
color: #991AD1;
}
</style>
background-color css
<style>
a { background-color: #991AD1; }
a { background-color: rgb(153,26,209); }
div.DivClassName
{
background-color: #991AD1;
}
.BgClassName
{
background-color: #991AD1;
}
</style>
border-color css
<style>
span { border-color: #991AD1; }
span { border-color: rgb(153,26,209); }
td.TdClassName
{
border-color: #991AD1;
}
.TagClassName
{
border-color: #991AD1;
}
</style>