Shades of Dark Orchid #9E1BBA
Tints of Dark Orchid #9E1BBA
RGB
CMYK
RGB Variations
Color information
#9E1BBA (or 0x9E1BBA) is known color: Dark Orchid. HEX triplet: 9E, 1B and BA. RGB value is (158,27,186). Sum of RGB (Red+Green+Blue) = 158+27+186=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E1BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1BBA is #61E445. Grayscale: #535353. Windows color (decimal): -6415430 or 12196766. OLE color: 12196766.
HSL color Cylindrical-coordinate representation of color #9E1BBA: hue angle of 289.43º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E1BBA is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 27 | 186 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.27 |
| HSL | 289.43º | 0.75% | 0.42% | - |
| HSV(B) | 289.43º | 0.85% | 0.73% | - |
| XYZ | 23.36 | 11.6 | 47.46 | - |
| YUV | 84.3 | 185.4 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 27 | 186 | 0.15 | 0.85 | 0 | 0.27 | 289.43 | 0.75 | 0.42 |
| Hex | 9E | 1B | BA | F | 55 | 0 | 1B | 121 | 4B | 2A |
| Octal | 236 | 33 | 272 | 17 | 125 | 0 | 33 | 441 | 113 | 52 |
| Binary | 10011110 | 11011 | 10111010 | 1111 | 1010101 | 0 | 11011 | 100100001 | 1001011 | 101010 |
Color Harmonies of #9E1BBA
Complementary color
Monochromatic Colors of #9E1BBA
Black with #9E1BBA
Text Example
Text Example
White with #9E1BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1BBA; }
p { color: rgb(158,27,186); }
H1.HeaderClassName
{
color: #9E1BBA;
}
.AnyTagClassName
{
color: #9E1BBA;
}
</style>
background-color css
<style>
a { background-color: #9E1BBA; }
a { background-color: rgb(158,27,186); }
div.DivClassName
{
background-color: #9E1BBA;
}
.BgClassName
{
background-color: #9E1BBA;
}
</style>
border-color css
<style>
span { border-color: #9E1BBA; }
span { border-color: rgb(158,27,186); }
td.TdClassName
{
border-color: #9E1BBA;
}
.TagClassName
{
border-color: #9E1BBA;
}
</style>