Shades of Dark Orchid #991CAE
Tints of Dark Orchid #991CAE
RGB
CMYK
RGB Variations
Color information
#991CAE (or 0x991CAE) is known color: Dark Orchid. HEX triplet: 99, 1C and AE. RGB value is (153,28,174). Sum of RGB (Red+Green+Blue) = 153+28+174=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #991CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991CAE is #66E351. Grayscale: #515151. Windows color (decimal): -6742866 or 11410585. OLE color: 11410585.
HSL color Cylindrical-coordinate representation of color #991CAE: hue angle of 291.37º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991CAE is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 28 | 174 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.32 |
| HSL | 291.37º | 0.72% | 0.4% | - |
| HSV(B) | 291.37º | 0.84% | 0.68% | - |
| XYZ | 21.19 | 10.66 | 40.98 | - |
| YUV | 82.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 28 | 174 | 0.12 | 0.84 | 0 | 0.32 | 291.37 | 0.72 | 0.4 |
| Hex | 99 | 1C | AE | C | 54 | 0 | 20 | 123 | 48 | 28 |
| Octal | 231 | 34 | 256 | 14 | 124 | 0 | 40 | 443 | 110 | 50 |
| Binary | 10011001 | 11100 | 10101110 | 1100 | 1010100 | 0 | 100000 | 100100011 | 1001000 | 101000 |
Color Harmonies of #991CAE
Complementary color
Monochromatic Colors of #991CAE
Black with #991CAE
Text Example
Text Example
White with #991CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991CAE; }
p { color: rgb(153,28,174); }
H1.HeaderClassName
{
color: #991CAE;
}
.AnyTagClassName
{
color: #991CAE;
}
</style>
background-color css
<style>
a { background-color: #991CAE; }
a { background-color: rgb(153,28,174); }
div.DivClassName
{
background-color: #991CAE;
}
.BgClassName
{
background-color: #991CAE;
}
</style>
border-color css
<style>
span { border-color: #991CAE; }
span { border-color: rgb(153,28,174); }
td.TdClassName
{
border-color: #991CAE;
}
.TagClassName
{
border-color: #991CAE;
}
</style>