Shades of Dark Orchid #911EC9
Tints of Dark Orchid #911EC9
RGB
CMYK
RGB Variations
Color information
#911EC9 (or 0x911EC9) is known color: Dark Orchid. HEX triplet: 91, 1E and C9. RGB value is (145,30,201). Sum of RGB (Red+Green+Blue) = 145+30+201=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #911EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911EC9 is #6EE136. Grayscale: #535353. Windows color (decimal): -7266615 or 13180561. OLE color: 13180561.
HSL color Cylindrical-coordinate representation of color #911EC9: hue angle of 280.35º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #911EC9 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 30 | 201 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.21 |
| HSL | 280.35º | 0.74% | 0.45% | - |
| HSV(B) | 280.35º | 0.85% | 0.79% | - |
| XYZ | 22.68 | 11.17 | 56.22 | - |
| YUV | 83.88 | 194.1 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 30 | 201 | 0.28 | 0.85 | 0 | 0.21 | 280.35 | 0.74 | 0.45 |
| Hex | 91 | 1E | C9 | 1C | 55 | 0 | 15 | 118 | 4A | 2D |
| Octal | 221 | 36 | 311 | 34 | 125 | 0 | 25 | 430 | 112 | 55 |
| Binary | 10010001 | 11110 | 11001001 | 11100 | 1010101 | 0 | 10101 | 100011000 | 1001010 | 101101 |
Color Harmonies of #911EC9
Complementary color
Monochromatic Colors of #911EC9
Black with #911EC9
Text Example
Text Example
White with #911EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911EC9; }
p { color: rgb(145,30,201); }
H1.HeaderClassName
{
color: #911EC9;
}
.AnyTagClassName
{
color: #911EC9;
}
</style>
background-color css
<style>
a { background-color: #911EC9; }
a { background-color: rgb(145,30,201); }
div.DivClassName
{
background-color: #911EC9;
}
.BgClassName
{
background-color: #911EC9;
}
</style>
border-color css
<style>
span { border-color: #911EC9; }
span { border-color: rgb(145,30,201); }
td.TdClassName
{
border-color: #911EC9;
}
.TagClassName
{
border-color: #911EC9;
}
</style>