Shades of Dark Orchid #9E3ACF
Tints of Dark Orchid #9E3ACF
RGB
CMYK
RGB Variations
Color information
#9E3ACF (or 0x9E3ACF) is known color: Dark Orchid. HEX triplet: 9E, 3A and CF. RGB value is (158,58,207). Sum of RGB (Red+Green+Blue) = 158+58+207=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E3ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3ACF is #61C530. Grayscale: #686868. Windows color (decimal): -6407473 or 13580958. OLE color: 13580958.
HSL color Cylindrical-coordinate representation of color #9E3ACF: hue angle of 280.27º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E3ACF is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 58 | 207 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.19 |
| HSL | 280.27º | 0.61% | 0.52% | - |
| HSV(B) | 280.27º | 0.72% | 0.81% | - |
| XYZ | 26.88 | 14.8 | 60.47 | - |
| YUV | 104.89 | 185.63 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 58 | 207 | 0.24 | 0.72 | 0 | 0.19 | 280.27 | 0.61 | 0.52 |
| Hex | 9E | 3A | CF | 18 | 48 | 0 | 13 | 118 | 3D | 34 |
| Octal | 236 | 72 | 317 | 30 | 110 | 0 | 23 | 430 | 75 | 64 |
| Binary | 10011110 | 111010 | 11001111 | 11000 | 1001000 | 0 | 10011 | 100011000 | 111101 | 110100 |
Color Harmonies of #9E3ACF
Complementary color
Monochromatic Colors of #9E3ACF
Black with #9E3ACF
Text Example
Text Example
White with #9E3ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3ACF; }
p { color: rgb(158,58,207); }
H1.HeaderClassName
{
color: #9E3ACF;
}
.AnyTagClassName
{
color: #9E3ACF;
}
</style>
background-color css
<style>
a { background-color: #9E3ACF; }
a { background-color: rgb(158,58,207); }
div.DivClassName
{
background-color: #9E3ACF;
}
.BgClassName
{
background-color: #9E3ACF;
}
</style>
border-color css
<style>
span { border-color: #9E3ACF; }
span { border-color: rgb(158,58,207); }
td.TdClassName
{
border-color: #9E3ACF;
}
.TagClassName
{
border-color: #9E3ACF;
}
</style>