Shades of Dark Orchid #9E21CF
Tints of Dark Orchid #9E21CF
RGB
CMYK
RGB Variations
Color information
#9E21CF (or 0x9E21CF) is known color: Dark Orchid. HEX triplet: 9E, 21 and CF. RGB value is (158,33,207). Sum of RGB (Red+Green+Blue) = 158+33+207=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E21CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E21CF is #61DE30. Grayscale: #595959. Windows color (decimal): -6413873 or 13574558. OLE color: 13574558.
HSL color Cylindrical-coordinate representation of color #9E21CF: hue angle of 283.1º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E21CF is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 33 | 207 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.19 |
| HSL | 283.1º | 0.73% | 0.47% | - |
| HSV(B) | 283.1º | 0.84% | 0.81% | - |
| XYZ | 25.91 | 12.86 | 60.15 | - |
| YUV | 90.21 | 193.91 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 33 | 207 | 0.24 | 0.84 | 0 | 0.19 | 283.1 | 0.73 | 0.47 |
| Hex | 9E | 21 | CF | 18 | 54 | 0 | 13 | 11B | 48 | 2F |
| Octal | 236 | 41 | 317 | 30 | 124 | 0 | 23 | 433 | 110 | 57 |
| Binary | 10011110 | 100001 | 11001111 | 11000 | 1010100 | 0 | 10011 | 100011011 | 1001000 | 101111 |
Color Harmonies of #9E21CF
Complementary color
Monochromatic Colors of #9E21CF
Black with #9E21CF
Text Example
Text Example
White with #9E21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E21CF; }
p { color: rgb(158,33,207); }
H1.HeaderClassName
{
color: #9E21CF;
}
.AnyTagClassName
{
color: #9E21CF;
}
</style>
background-color css
<style>
a { background-color: #9E21CF; }
a { background-color: rgb(158,33,207); }
div.DivClassName
{
background-color: #9E21CF;
}
.BgClassName
{
background-color: #9E21CF;
}
</style>
border-color css
<style>
span { border-color: #9E21CF; }
span { border-color: rgb(158,33,207); }
td.TdClassName
{
border-color: #9E21CF;
}
.TagClassName
{
border-color: #9E21CF;
}
</style>