Shades of Dark Orchid #9E2FC1
Tints of Dark Orchid #9E2FC1
RGB
CMYK
RGB Variations
Color information
#9E2FC1 (or 0x9E2FC1) is known color: Dark Orchid. HEX triplet: 9E, 2F and C1. RGB value is (158,47,193). Sum of RGB (Red+Green+Blue) = 158+47+193=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E2FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2FC1 is #61D03E. Grayscale: #606060. Windows color (decimal): -6410303 or 12660638. OLE color: 12660638.
HSL color Cylindrical-coordinate representation of color #9E2FC1: hue angle of 285.62º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E2FC1 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 47 | 193 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.24 |
| HSL | 285.62º | 0.61% | 0.47% | - |
| HSV(B) | 285.62º | 0.76% | 0.76% | - |
| XYZ | 24.74 | 13.15 | 51.69 | - |
| YUV | 96.83 | 182.27 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 47 | 193 | 0.18 | 0.76 | 0 | 0.24 | 285.62 | 0.61 | 0.47 |
| Hex | 9E | 2F | C1 | 12 | 4C | 0 | 18 | 11E | 3D | 2F |
| Octal | 236 | 57 | 301 | 22 | 114 | 0 | 30 | 436 | 75 | 57 |
| Binary | 10011110 | 101111 | 11000001 | 10010 | 1001100 | 0 | 11000 | 100011110 | 111101 | 101111 |
Color Harmonies of #9E2FC1
Complementary color
Monochromatic Colors of #9E2FC1
Black with #9E2FC1
Text Example
Text Example
White with #9E2FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2FC1; }
p { color: rgb(158,47,193); }
H1.HeaderClassName
{
color: #9E2FC1;
}
.AnyTagClassName
{
color: #9E2FC1;
}
</style>
background-color css
<style>
a { background-color: #9E2FC1; }
a { background-color: rgb(158,47,193); }
div.DivClassName
{
background-color: #9E2FC1;
}
.BgClassName
{
background-color: #9E2FC1;
}
</style>
border-color css
<style>
span { border-color: #9E2FC1; }
span { border-color: rgb(158,47,193); }
td.TdClassName
{
border-color: #9E2FC1;
}
.TagClassName
{
border-color: #9E2FC1;
}
</style>