Shades of Dark Orchid #911BAE
Tints of Dark Orchid #911BAE
RGB
CMYK
RGB Variations
Color information
#911BAE (or 0x911BAE) is known color: Dark Orchid. HEX triplet: 91, 1B and AE. RGB value is (145,27,174). Sum of RGB (Red+Green+Blue) = 145+27+174=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #911BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911BAE is #6EE451. Grayscale: #4E4E4E. Windows color (decimal): -7267410 or 11410321. OLE color: 11410321.
HSL color Cylindrical-coordinate representation of color #911BAE: hue angle of 288.16º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911BAE is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 27 | 174 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.32 |
| HSL | 288.16º | 0.73% | 0.39% | - |
| HSV(B) | 288.16º | 0.84% | 0.68% | - |
| XYZ | 19.71 | 9.86 | 40.91 | - |
| YUV | 79.04 | 181.59 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 27 | 174 | 0.17 | 0.84 | 0 | 0.32 | 288.16 | 0.73 | 0.39 |
| Hex | 91 | 1B | AE | 11 | 54 | 0 | 20 | 120 | 49 | 27 |
| Octal | 221 | 33 | 256 | 21 | 124 | 0 | 40 | 440 | 111 | 47 |
| Binary | 10010001 | 11011 | 10101110 | 10001 | 1010100 | 0 | 100000 | 100100000 | 1001001 | 100111 |
Color Harmonies of #911BAE
Complementary color
Monochromatic Colors of #911BAE
Black with #911BAE
Text Example
Text Example
White with #911BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911BAE; }
p { color: rgb(145,27,174); }
H1.HeaderClassName
{
color: #911BAE;
}
.AnyTagClassName
{
color: #911BAE;
}
</style>
background-color css
<style>
a { background-color: #911BAE; }
a { background-color: rgb(145,27,174); }
div.DivClassName
{
background-color: #911BAE;
}
.BgClassName
{
background-color: #911BAE;
}
</style>
border-color css
<style>
span { border-color: #911BAE; }
span { border-color: rgb(145,27,174); }
td.TdClassName
{
border-color: #911BAE;
}
.TagClassName
{
border-color: #911BAE;
}
</style>