Shades of Dark Orchid #991BD1
Tints of Dark Orchid #991BD1
RGB
CMYK
RGB Variations
Color information
#991BD1 (or 0x991BD1) is known color: Dark Orchid. HEX triplet: 99, 1B and D1. RGB value is (153,27,209). Sum of RGB (Red+Green+Blue) = 153+27+209=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 209 (82.03% from 255 or 53.73% from 389); Max value from RGB is 209 - color contains mainly: blue. Hex color #991BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991BD1 is #66E42E. Grayscale: #545454. Windows color (decimal): -6743087 or 13704089. OLE color: 13704089.
HSL color Cylindrical-coordinate representation of color #991BD1: hue angle of 281.54º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #991BD1 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 27 | 209 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.18 |
| HSL | 281.54º | 0.77% | 0.46% | - |
| HSV(B) | 281.54º | 0.87% | 0.82% | - |
| XYZ | 25.04 | 12.16 | 61.35 | - |
| YUV | 85.42 | 197.74 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 27 | 209 | 0.27 | 0.87 | 0 | 0.18 | 281.54 | 0.77 | 0.46 |
| Hex | 99 | 1B | D1 | 1B | 57 | 0 | 12 | 11A | 4D | 2E |
| Octal | 231 | 33 | 321 | 33 | 127 | 0 | 22 | 432 | 115 | 56 |
| Binary | 10011001 | 11011 | 11010001 | 11011 | 1010111 | 0 | 10010 | 100011010 | 1001101 | 101110 |
Color Harmonies of #991BD1
Complementary color
Monochromatic Colors of #991BD1
Black with #991BD1
Text Example
Text Example
White with #991BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991BD1; }
p { color: rgb(153,27,209); }
H1.HeaderClassName
{
color: #991BD1;
}
.AnyTagClassName
{
color: #991BD1;
}
</style>
background-color css
<style>
a { background-color: #991BD1; }
a { background-color: rgb(153,27,209); }
div.DivClassName
{
background-color: #991BD1;
}
.BgClassName
{
background-color: #991BD1;
}
</style>
border-color css
<style>
span { border-color: #991BD1; }
span { border-color: rgb(153,27,209); }
td.TdClassName
{
border-color: #991BD1;
}
.TagClassName
{
border-color: #991BD1;
}
</style>