Shades of Dark Orchid #991ABE
Tints of Dark Orchid #991ABE
RGB
CMYK
RGB Variations
Color information
#991ABE (or 0x991ABE) is known color: Dark Orchid. HEX triplet: 99, 1A and BE. RGB value is (153,26,190). Sum of RGB (Red+Green+Blue) = 153+26+190=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #991ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991ABE is #66E541. Grayscale: #525252. Windows color (decimal): -6743362 or 12458649. OLE color: 12458649.
HSL color Cylindrical-coordinate representation of color #991ABE: hue angle of 286.46º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991ABE is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 26 | 190 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.25 |
| HSL | 286.46º | 0.76% | 0.42% | - |
| HSV(B) | 286.46º | 0.86% | 0.75% | - |
| XYZ | 22.8 | 11.23 | 49.68 | - |
| YUV | 82.67 | 188.58 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 26 | 190 | 0.19 | 0.86 | 0 | 0.25 | 286.46 | 0.76 | 0.42 |
| Hex | 99 | 1A | BE | 13 | 56 | 0 | 19 | 11E | 4C | 2A |
| Octal | 231 | 32 | 276 | 23 | 126 | 0 | 31 | 436 | 114 | 52 |
| Binary | 10011001 | 11010 | 10111110 | 10011 | 1010110 | 0 | 11001 | 100011110 | 1001100 | 101010 |
Color Harmonies of #991ABE
Complementary color
Monochromatic Colors of #991ABE
Black with #991ABE
Text Example
Text Example
White with #991ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991ABE; }
p { color: rgb(153,26,190); }
H1.HeaderClassName
{
color: #991ABE;
}
.AnyTagClassName
{
color: #991ABE;
}
</style>
background-color css
<style>
a { background-color: #991ABE; }
a { background-color: rgb(153,26,190); }
div.DivClassName
{
background-color: #991ABE;
}
.BgClassName
{
background-color: #991ABE;
}
</style>
border-color css
<style>
span { border-color: #991ABE; }
span { border-color: rgb(153,26,190); }
td.TdClassName
{
border-color: #991ABE;
}
.TagClassName
{
border-color: #991ABE;
}
</style>