Shades of Dark Orchid #991ABD
Tints of Dark Orchid #991ABD
RGB
CMYK
RGB Variations
Color information
#991ABD (or 0x991ABD) is known color: Dark Orchid. HEX triplet: 99, 1A and BD. RGB value is (153,26,189). Sum of RGB (Red+Green+Blue) = 153+26+189=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #991ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991ABD is #66E542. Grayscale: #525252. Windows color (decimal): -6743363 or 12393113. OLE color: 12393113.
HSL color Cylindrical-coordinate representation of color #991ABD: hue angle of 286.75º degrees, saturation: 0.76, 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 #991ABD is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 26 | 189 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.26 |
| HSL | 286.75º | 0.76% | 0.42% | - |
| HSV(B) | 286.75º | 0.86% | 0.74% | - |
| XYZ | 22.69 | 11.19 | 49.11 | - |
| YUV | 82.56 | 188.08 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 26 | 189 | 0.19 | 0.86 | 0 | 0.26 | 286.75 | 0.76 | 0.42 |
| Hex | 99 | 1A | BD | 13 | 56 | 0 | 1A | 11F | 4C | 2A |
| Octal | 231 | 32 | 275 | 23 | 126 | 0 | 32 | 437 | 114 | 52 |
| Binary | 10011001 | 11010 | 10111101 | 10011 | 1010110 | 0 | 11010 | 100011111 | 1001100 | 101010 |
Color Harmonies of #991ABD
Complementary color
Monochromatic Colors of #991ABD
Black with #991ABD
Text Example
Text Example
White with #991ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991ABD; }
p { color: rgb(153,26,189); }
H1.HeaderClassName
{
color: #991ABD;
}
.AnyTagClassName
{
color: #991ABD;
}
</style>
background-color css
<style>
a { background-color: #991ABD; }
a { background-color: rgb(153,26,189); }
div.DivClassName
{
background-color: #991ABD;
}
.BgClassName
{
background-color: #991ABD;
}
</style>
border-color css
<style>
span { border-color: #991ABD; }
span { border-color: rgb(153,26,189); }
td.TdClassName
{
border-color: #991ABD;
}
.TagClassName
{
border-color: #991ABD;
}
</style>