Shades of Dark Orchid #9E3AC1
Tints of Dark Orchid #9E3AC1
RGB
CMYK
RGB Variations
Color information
#9E3AC1 (or 0x9E3AC1) is known color: Dark Orchid. HEX triplet: 9E, 3A and C1. RGB value is (158,58,193). Sum of RGB (Red+Green+Blue) = 158+58+193=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E3AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3AC1 is #61C53E. Grayscale: #666666. Windows color (decimal): -6407487 or 12663454. OLE color: 12663454.
HSL color Cylindrical-coordinate representation of color #9E3AC1: hue angle of 284.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E3AC1 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 58 | 193 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.24 |
| HSL | 284.44º | 0.54% | 0.49% | - |
| HSV(B) | 284.44º | 0.7% | 0.76% | - |
| XYZ | 25.24 | 14.15 | 51.85 | - |
| YUV | 103.29 | 178.63 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 58 | 193 | 0.18 | 0.70 | 0 | 0.24 | 284.44 | 0.54 | 0.49 |
| Hex | 9E | 3A | C1 | 12 | 46 | 0 | 18 | 11C | 36 | 31 |
| Octal | 236 | 72 | 301 | 22 | 106 | 0 | 30 | 434 | 66 | 61 |
| Binary | 10011110 | 111010 | 11000001 | 10010 | 1000110 | 0 | 11000 | 100011100 | 110110 | 110001 |
Color Harmonies of #9E3AC1
Complementary color
Monochromatic Colors of #9E3AC1
Black with #9E3AC1
Text Example
Text Example
White with #9E3AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3AC1; }
p { color: rgb(158,58,193); }
H1.HeaderClassName
{
color: #9E3AC1;
}
.AnyTagClassName
{
color: #9E3AC1;
}
</style>
background-color css
<style>
a { background-color: #9E3AC1; }
a { background-color: rgb(158,58,193); }
div.DivClassName
{
background-color: #9E3AC1;
}
.BgClassName
{
background-color: #9E3AC1;
}
</style>
border-color css
<style>
span { border-color: #9E3AC1; }
span { border-color: rgb(158,58,193); }
td.TdClassName
{
border-color: #9E3AC1;
}
.TagClassName
{
border-color: #9E3AC1;
}
</style>