Shades of Dark Orchid #9E32BE
Tints of Dark Orchid #9E32BE
RGB
CMYK
RGB Variations
Color information
#9E32BE (or 0x9E32BE) is known color: Dark Orchid. HEX triplet: 9E, 32 and BE. RGB value is (158,50,190). Sum of RGB (Red+Green+Blue) = 158+50+190=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E32BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E32BE is #61CD41. Grayscale: #616161. Windows color (decimal): -6409538 or 12464798. OLE color: 12464798.
HSL color Cylindrical-coordinate representation of color #9E32BE: hue angle of 286.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E32BE is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 50 | 190 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.25 |
| HSL | 286.29º | 0.58% | 0.47% | - |
| HSV(B) | 286.29º | 0.74% | 0.75% | - |
| XYZ | 24.54 | 13.27 | 49.98 | - |
| YUV | 98.25 | 179.78 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 50 | 190 | 0.17 | 0.74 | 0 | 0.25 | 286.29 | 0.58 | 0.47 |
| Hex | 9E | 32 | BE | 11 | 4A | 0 | 19 | 11E | 3A | 2F |
| Octal | 236 | 62 | 276 | 21 | 112 | 0 | 31 | 436 | 72 | 57 |
| Binary | 10011110 | 110010 | 10111110 | 10001 | 1001010 | 0 | 11001 | 100011110 | 111010 | 101111 |
Color Harmonies of #9E32BE
Complementary color
Monochromatic Colors of #9E32BE
Black with #9E32BE
Text Example
Text Example
White with #9E32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E32BE; }
p { color: rgb(158,50,190); }
H1.HeaderClassName
{
color: #9E32BE;
}
.AnyTagClassName
{
color: #9E32BE;
}
</style>
background-color css
<style>
a { background-color: #9E32BE; }
a { background-color: rgb(158,50,190); }
div.DivClassName
{
background-color: #9E32BE;
}
.BgClassName
{
background-color: #9E32BE;
}
</style>
border-color css
<style>
span { border-color: #9E32BE; }
span { border-color: rgb(158,50,190); }
td.TdClassName
{
border-color: #9E32BE;
}
.TagClassName
{
border-color: #9E32BE;
}
</style>