Shades of Dark Orchid #991BBC
Tints of Dark Orchid #991BBC
RGB
CMYK
RGB Variations
Color information
#991BBC (or 0x991BBC) is known color: Dark Orchid. HEX triplet: 99, 1B and BC. RGB value is (153,27,188). Sum of RGB (Red+Green+Blue) = 153+27+188=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #991BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991BBC is #66E443. Grayscale: #525252. Windows color (decimal): -6743108 or 12327833. OLE color: 12327833.
HSL color Cylindrical-coordinate representation of color #991BBC: hue angle of 286.96º 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 #991BBC is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 27 | 188 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.26 |
| HSL | 286.96º | 0.75% | 0.42% | - |
| HSV(B) | 286.96º | 0.86% | 0.74% | - |
| XYZ | 22.61 | 11.19 | 48.54 | - |
| YUV | 83.03 | 187.24 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 27 | 188 | 0.19 | 0.86 | 0 | 0.26 | 286.96 | 0.75 | 0.42 |
| Hex | 99 | 1B | BC | 13 | 56 | 0 | 1A | 11F | 4B | 2A |
| Octal | 231 | 33 | 274 | 23 | 126 | 0 | 32 | 437 | 113 | 52 |
| Binary | 10011001 | 11011 | 10111100 | 10011 | 1010110 | 0 | 11010 | 100011111 | 1001011 | 101010 |
Color Harmonies of #991BBC
Complementary color
Monochromatic Colors of #991BBC
Black with #991BBC
Text Example
Text Example
White with #991BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991BBC; }
p { color: rgb(153,27,188); }
H1.HeaderClassName
{
color: #991BBC;
}
.AnyTagClassName
{
color: #991BBC;
}
</style>
background-color css
<style>
a { background-color: #991BBC; }
a { background-color: rgb(153,27,188); }
div.DivClassName
{
background-color: #991BBC;
}
.BgClassName
{
background-color: #991BBC;
}
</style>
border-color css
<style>
span { border-color: #991BBC; }
span { border-color: rgb(153,27,188); }
td.TdClassName
{
border-color: #991BBC;
}
.TagClassName
{
border-color: #991BBC;
}
</style>