Shades of Dark Orchid #9E1BBC
Tints of Dark Orchid #9E1BBC
RGB
CMYK
RGB Variations
Color information
#9E1BBC (or 0x9E1BBC) is known color: Dark Orchid. HEX triplet: 9E, 1B and BC. RGB value is (158,27,188). Sum of RGB (Red+Green+Blue) = 158+27+188=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E1BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1BBC is #61E443. Grayscale: #545454. Windows color (decimal): -6415428 or 12327838. OLE color: 12327838.
HSL color Cylindrical-coordinate representation of color #9E1BBC: hue angle of 288.82º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E1BBC is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 27 | 188 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.26 |
| HSL | 288.82º | 0.75% | 0.42% | - |
| HSV(B) | 288.82º | 0.86% | 0.74% | - |
| XYZ | 23.57 | 11.68 | 48.59 | - |
| YUV | 84.52 | 186.4 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 27 | 188 | 0.16 | 0.86 | 0 | 0.26 | 288.82 | 0.75 | 0.42 |
| Hex | 9E | 1B | BC | 10 | 56 | 0 | 1A | 121 | 4B | 2A |
| Octal | 236 | 33 | 274 | 20 | 126 | 0 | 32 | 441 | 113 | 52 |
| Binary | 10011110 | 11011 | 10111100 | 10000 | 1010110 | 0 | 11010 | 100100001 | 1001011 | 101010 |
Color Harmonies of #9E1BBC
Complementary color
Monochromatic Colors of #9E1BBC
Black with #9E1BBC
Text Example
Text Example
White with #9E1BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1BBC; }
p { color: rgb(158,27,188); }
H1.HeaderClassName
{
color: #9E1BBC;
}
.AnyTagClassName
{
color: #9E1BBC;
}
</style>
background-color css
<style>
a { background-color: #9E1BBC; }
a { background-color: rgb(158,27,188); }
div.DivClassName
{
background-color: #9E1BBC;
}
.BgClassName
{
background-color: #9E1BBC;
}
</style>
border-color css
<style>
span { border-color: #9E1BBC; }
span { border-color: rgb(158,27,188); }
td.TdClassName
{
border-color: #9E1BBC;
}
.TagClassName
{
border-color: #9E1BBC;
}
</style>