Shades of Dark Orchid #991CBC
Tints of Dark Orchid #991CBC
RGB
CMYK
RGB Variations
Color information
#991CBC (or 0x991CBC) is known color: Dark Orchid. HEX triplet: 99, 1C and BC. RGB value is (153,28,188). Sum of RGB (Red+Green+Blue) = 153+28+188=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #991CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991CBC is #66E343. Grayscale: #535353. Windows color (decimal): -6742852 or 12328089. OLE color: 12328089.
HSL color Cylindrical-coordinate representation of color #991CBC: hue angle of 286.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #991CBC is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 28 | 188 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.26 |
| HSL | 286.88º | 0.74% | 0.42% | - |
| HSV(B) | 286.88º | 0.85% | 0.74% | - |
| XYZ | 22.63 | 11.23 | 48.55 | - |
| YUV | 83.62 | 186.91 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 28 | 188 | 0.19 | 0.85 | 0 | 0.26 | 286.88 | 0.74 | 0.42 |
| Hex | 99 | 1C | BC | 13 | 55 | 0 | 1A | 11F | 4A | 2A |
| Octal | 231 | 34 | 274 | 23 | 125 | 0 | 32 | 437 | 112 | 52 |
| Binary | 10011001 | 11100 | 10111100 | 10011 | 1010101 | 0 | 11010 | 100011111 | 1001010 | 101010 |
Color Harmonies of #991CBC
Complementary color
Monochromatic Colors of #991CBC
Black with #991CBC
Text Example
Text Example
White with #991CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991CBC; }
p { color: rgb(153,28,188); }
H1.HeaderClassName
{
color: #991CBC;
}
.AnyTagClassName
{
color: #991CBC;
}
</style>
background-color css
<style>
a { background-color: #991CBC; }
a { background-color: rgb(153,28,188); }
div.DivClassName
{
background-color: #991CBC;
}
.BgClassName
{
background-color: #991CBC;
}
</style>
border-color css
<style>
span { border-color: #991CBC; }
span { border-color: rgb(153,28,188); }
td.TdClassName
{
border-color: #991CBC;
}
.TagClassName
{
border-color: #991CBC;
}
</style>