Shades of Dark Orchid #991BBD
Tints of Dark Orchid #991BBD
RGB
CMYK
RGB Variations
Color information
#991BBD (or 0x991BBD) is known color: Dark Orchid. HEX triplet: 99, 1B and BD. RGB value is (153,27,189). Sum of RGB (Red+Green+Blue) = 153+27+189=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #991BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991BBD is #66E442. Grayscale: #525252. Windows color (decimal): -6743107 or 12393369. OLE color: 12393369.
HSL color Cylindrical-coordinate representation of color #991BBD: hue angle of 286.67º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991BBD is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 27 | 189 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.26 |
| HSL | 286.67º | 0.75% | 0.42% | - |
| HSV(B) | 286.67º | 0.86% | 0.74% | - |
| XYZ | 22.71 | 11.23 | 49.11 | - |
| YUV | 83.14 | 187.74 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 27 | 189 | 0.19 | 0.86 | 0 | 0.26 | 286.67 | 0.75 | 0.42 |
| Hex | 99 | 1B | BD | 13 | 56 | 0 | 1A | 11F | 4B | 2A |
| Octal | 231 | 33 | 275 | 23 | 126 | 0 | 32 | 437 | 113 | 52 |
| Binary | 10011001 | 11011 | 10111101 | 10011 | 1010110 | 0 | 11010 | 100011111 | 1001011 | 101010 |
Color Harmonies of #991BBD
Complementary color
Monochromatic Colors of #991BBD
Black with #991BBD
Text Example
Text Example
White with #991BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991BBD; }
p { color: rgb(153,27,189); }
H1.HeaderClassName
{
color: #991BBD;
}
.AnyTagClassName
{
color: #991BBD;
}
</style>
background-color css
<style>
a { background-color: #991BBD; }
a { background-color: rgb(153,27,189); }
div.DivClassName
{
background-color: #991BBD;
}
.BgClassName
{
background-color: #991BBD;
}
</style>
border-color css
<style>
span { border-color: #991BBD; }
span { border-color: rgb(153,27,189); }
td.TdClassName
{
border-color: #991BBD;
}
.TagClassName
{
border-color: #991BBD;
}
</style>