Shades of Dark Orchid #9E38AC
Tints of Dark Orchid #9E38AC
RGB
CMYK
RGB Variations
Color information
#9E38AC (or 0x9E38AC) is known color: Dark Orchid. HEX triplet: 9E, 38 and AC. RGB value is (158,56,172). Sum of RGB (Red+Green+Blue) = 158+56+172=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E38AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E38AC is #61C753. Grayscale: #636363. Windows color (decimal): -6408020 or 11286686. OLE color: 11286686.
HSL color Cylindrical-coordinate representation of color #9E38AC: hue angle of 292.76º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E38AC is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 56 | 172 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.33 |
| HSL | 292.76º | 0.51% | 0.45% | - |
| HSV(B) | 292.76º | 0.67% | 0.67% | - |
| XYZ | 22.96 | 13.08 | 40.34 | - |
| YUV | 99.72 | 168.79 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 56 | 172 | 0.08 | 0.67 | 0 | 0.33 | 292.76 | 0.51 | 0.45 |
| Hex | 9E | 38 | AC | 8 | 43 | 0 | 21 | 125 | 33 | 2D |
| Octal | 236 | 70 | 254 | 10 | 103 | 0 | 41 | 445 | 63 | 55 |
| Binary | 10011110 | 111000 | 10101100 | 1000 | 1000011 | 0 | 100001 | 100100101 | 110011 | 101101 |
Color Harmonies of #9E38AC
Complementary color
Monochromatic Colors of #9E38AC
Black with #9E38AC
Text Example
Text Example
White with #9E38AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E38AC; }
p { color: rgb(158,56,172); }
H1.HeaderClassName
{
color: #9E38AC;
}
.AnyTagClassName
{
color: #9E38AC;
}
</style>
background-color css
<style>
a { background-color: #9E38AC; }
a { background-color: rgb(158,56,172); }
div.DivClassName
{
background-color: #9E38AC;
}
.BgClassName
{
background-color: #9E38AC;
}
</style>
border-color css
<style>
span { border-color: #9E38AC; }
span { border-color: rgb(158,56,172); }
td.TdClassName
{
border-color: #9E38AC;
}
.TagClassName
{
border-color: #9E38AC;
}
</style>