Shades of Dark Orchid #9E31BB
Tints of Dark Orchid #9E31BB
RGB
CMYK
RGB Variations
Color information
#9E31BB (or 0x9E31BB) is known color: Dark Orchid. HEX triplet: 9E, 31 and BB. RGB value is (158,49,187). Sum of RGB (Red+Green+Blue) = 158+49+187=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E31BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E31BB is #61CE44. Grayscale: #606060. Windows color (decimal): -6409797 or 12267934. OLE color: 12267934.
HSL color Cylindrical-coordinate representation of color #9E31BB: hue angle of 287.39º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E31BB is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 49 | 187 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.27 |
| HSL | 287.39º | 0.58% | 0.46% | - |
| HSV(B) | 287.39º | 0.74% | 0.73% | - |
| XYZ | 24.17 | 13.05 | 48.26 | - |
| YUV | 97.32 | 178.61 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 49 | 187 | 0.16 | 0.74 | 0 | 0.27 | 287.39 | 0.58 | 0.46 |
| Hex | 9E | 31 | BB | 10 | 4A | 0 | 1B | 11F | 3A | 2E |
| Octal | 236 | 61 | 273 | 20 | 112 | 0 | 33 | 437 | 72 | 56 |
| Binary | 10011110 | 110001 | 10111011 | 10000 | 1001010 | 0 | 11011 | 100011111 | 111010 | 101110 |
Color Harmonies of #9E31BB
Complementary color
Monochromatic Colors of #9E31BB
Black with #9E31BB
Text Example
Text Example
White with #9E31BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E31BB; }
p { color: rgb(158,49,187); }
H1.HeaderClassName
{
color: #9E31BB;
}
.AnyTagClassName
{
color: #9E31BB;
}
</style>
background-color css
<style>
a { background-color: #9E31BB; }
a { background-color: rgb(158,49,187); }
div.DivClassName
{
background-color: #9E31BB;
}
.BgClassName
{
background-color: #9E31BB;
}
</style>
border-color css
<style>
span { border-color: #9E31BB; }
span { border-color: rgb(158,49,187); }
td.TdClassName
{
border-color: #9E31BB;
}
.TagClassName
{
border-color: #9E31BB;
}
</style>