Shades of Dark Orchid #9E2BBF
Tints of Dark Orchid #9E2BBF
RGB
CMYK
RGB Variations
Color information
#9E2BBF (or 0x9E2BBF) is known color: Dark Orchid. HEX triplet: 9E, 2B and BF. RGB value is (158,43,191). Sum of RGB (Red+Green+Blue) = 158+43+191=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E2BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2BBF is #61D440. Grayscale: #5D5D5D. Windows color (decimal): -6411329 or 12528542. OLE color: 12528542.
HSL color Cylindrical-coordinate representation of color #9E2BBF: hue angle of 286.62º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E2BBF is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 43 | 191 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.25 |
| HSL | 286.62º | 0.63% | 0.46% | - |
| HSV(B) | 286.62º | 0.77% | 0.75% | - |
| XYZ | 24.37 | 12.76 | 50.47 | - |
| YUV | 94.26 | 182.6 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 191 | 0.17 | 0.77 | 0 | 0.25 | 286.62 | 0.63 | 0.46 |
| Hex | 9E | 2B | BF | 11 | 4D | 0 | 19 | 11F | 3F | 2E |
| Octal | 236 | 53 | 277 | 21 | 115 | 0 | 31 | 437 | 77 | 56 |
| Binary | 10011110 | 101011 | 10111111 | 10001 | 1001101 | 0 | 11001 | 100011111 | 111111 | 101110 |
Color Harmonies of #9E2BBF
Complementary color
Monochromatic Colors of #9E2BBF
Black with #9E2BBF
Text Example
Text Example
White with #9E2BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2BBF; }
p { color: rgb(158,43,191); }
H1.HeaderClassName
{
color: #9E2BBF;
}
.AnyTagClassName
{
color: #9E2BBF;
}
</style>
background-color css
<style>
a { background-color: #9E2BBF; }
a { background-color: rgb(158,43,191); }
div.DivClassName
{
background-color: #9E2BBF;
}
.BgClassName
{
background-color: #9E2BBF;
}
</style>
border-color css
<style>
span { border-color: #9E2BBF; }
span { border-color: rgb(158,43,191); }
td.TdClassName
{
border-color: #9E2BBF;
}
.TagClassName
{
border-color: #9E2BBF;
}
</style>