Shades of Dark Orchid #9E24B1
Tints of Dark Orchid #9E24B1
RGB
CMYK
RGB Variations
Color information
#9E24B1 (or 0x9E24B1) is known color: Dark Orchid. HEX triplet: 9E, 24 and B1. RGB value is (158,36,177). Sum of RGB (Red+Green+Blue) = 158+36+177=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 177 - color contains mainly: blue. Hex color #9E24B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E24B1 is #61DB4E. Grayscale: #585858. Windows color (decimal): -6413135 or 11609246. OLE color: 11609246.
HSL color Cylindrical-coordinate representation of color #9E24B1: hue angle of 291.91º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E24B1 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 36 | 177 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.31 |
| HSL | 291.91º | 0.66% | 0.42% | - |
| HSV(B) | 291.91º | 0.8% | 0.69% | - |
| XYZ | 22.67 | 11.71 | 42.66 | - |
| YUV | 88.55 | 177.92 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 36 | 177 | 0.11 | 0.80 | 0 | 0.31 | 291.91 | 0.66 | 0.42 |
| Hex | 9E | 24 | B1 | B | 50 | 0 | 1F | 124 | 42 | 2A |
| Octal | 236 | 44 | 261 | 13 | 120 | 0 | 37 | 444 | 102 | 52 |
| Binary | 10011110 | 100100 | 10110001 | 1011 | 1010000 | 0 | 11111 | 100100100 | 1000010 | 101010 |
Color Harmonies of #9E24B1
Complementary color
Monochromatic Colors of #9E24B1
Black with #9E24B1
Text Example
Text Example
White with #9E24B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E24B1; }
p { color: rgb(158,36,177); }
H1.HeaderClassName
{
color: #9E24B1;
}
.AnyTagClassName
{
color: #9E24B1;
}
</style>
background-color css
<style>
a { background-color: #9E24B1; }
a { background-color: rgb(158,36,177); }
div.DivClassName
{
background-color: #9E24B1;
}
.BgClassName
{
background-color: #9E24B1;
}
</style>
border-color css
<style>
span { border-color: #9E24B1; }
span { border-color: rgb(158,36,177); }
td.TdClassName
{
border-color: #9E24B1;
}
.TagClassName
{
border-color: #9E24B1;
}
</style>