Shades of Dark Orchid #991BC6
Tints of Dark Orchid #991BC6
RGB
CMYK
RGB Variations
Color information
#991BC6 (or 0x991BC6) is known color: Dark Orchid. HEX triplet: 99, 1B and C6. RGB value is (153,27,198). Sum of RGB (Red+Green+Blue) = 153+27+198=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 198 (77.73% from 255 or 52.38% from 378); Max value from RGB is 198 - color contains mainly: blue. Hex color #991BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991BC6 is #66E439. Grayscale: #535353. Windows color (decimal): -6743098 or 12983193. OLE color: 12983193.
HSL color Cylindrical-coordinate representation of color #991BC6: hue angle of 284.21º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991BC6 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 27 | 198 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.22 |
| HSL | 284.21º | 0.76% | 0.44% | - |
| HSV(B) | 284.21º | 0.86% | 0.78% | - |
| XYZ | 23.72 | 11.63 | 54.42 | - |
| YUV | 84.17 | 192.24 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 27 | 198 | 0.23 | 0.86 | 0 | 0.22 | 284.21 | 0.76 | 0.44 |
| Hex | 99 | 1B | C6 | 17 | 56 | 0 | 16 | 11C | 4C | 2C |
| Octal | 231 | 33 | 306 | 27 | 126 | 0 | 26 | 434 | 114 | 54 |
| Binary | 10011001 | 11011 | 11000110 | 10111 | 1010110 | 0 | 10110 | 100011100 | 1001100 | 101100 |
Color Harmonies of #991BC6
Complementary color
Monochromatic Colors of #991BC6
Black with #991BC6
Text Example
Text Example
White with #991BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991BC6; }
p { color: rgb(153,27,198); }
H1.HeaderClassName
{
color: #991BC6;
}
.AnyTagClassName
{
color: #991BC6;
}
</style>
background-color css
<style>
a { background-color: #991BC6; }
a { background-color: rgb(153,27,198); }
div.DivClassName
{
background-color: #991BC6;
}
.BgClassName
{
background-color: #991BC6;
}
</style>
border-color css
<style>
span { border-color: #991BC6; }
span { border-color: rgb(153,27,198); }
td.TdClassName
{
border-color: #991BC6;
}
.TagClassName
{
border-color: #991BC6;
}
</style>