Shades of Dark Orchid #9E24BC
Tints of Dark Orchid #9E24BC
RGB
CMYK
RGB Variations
Color information
#9E24BC (or 0x9E24BC) is known color: Dark Orchid. HEX triplet: 9E, 24 and BC. RGB value is (158,36,188). Sum of RGB (Red+Green+Blue) = 158+36+188=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E24BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E24BC is #61DB43. Grayscale: #595959. Windows color (decimal): -6413124 or 12330142. OLE color: 12330142.
HSL color Cylindrical-coordinate representation of color #9E24BC: hue angle of 288.16º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E24BC is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 36 | 188 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.26 |
| HSL | 288.16º | 0.68% | 0.44% | - |
| HSV(B) | 288.16º | 0.81% | 0.74% | - |
| XYZ | 23.81 | 12.16 | 48.67 | - |
| YUV | 89.81 | 183.42 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 36 | 188 | 0.16 | 0.81 | 0 | 0.26 | 288.16 | 0.68 | 0.44 |
| Hex | 9E | 24 | BC | 10 | 51 | 0 | 1A | 120 | 44 | 2C |
| Octal | 236 | 44 | 274 | 20 | 121 | 0 | 32 | 440 | 104 | 54 |
| Binary | 10011110 | 100100 | 10111100 | 10000 | 1010001 | 0 | 11010 | 100100000 | 1000100 | 101100 |
Color Harmonies of #9E24BC
Complementary color
Monochromatic Colors of #9E24BC
Black with #9E24BC
Text Example
Text Example
White with #9E24BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E24BC; }
p { color: rgb(158,36,188); }
H1.HeaderClassName
{
color: #9E24BC;
}
.AnyTagClassName
{
color: #9E24BC;
}
</style>
background-color css
<style>
a { background-color: #9E24BC; }
a { background-color: rgb(158,36,188); }
div.DivClassName
{
background-color: #9E24BC;
}
.BgClassName
{
background-color: #9E24BC;
}
</style>
border-color css
<style>
span { border-color: #9E24BC; }
span { border-color: rgb(158,36,188); }
td.TdClassName
{
border-color: #9E24BC;
}
.TagClassName
{
border-color: #9E24BC;
}
</style>