Shades of Dark Orchid #9E39AF
Tints of Dark Orchid #9E39AF
RGB
CMYK
RGB Variations
Color information
#9E39AF (or 0x9E39AF) is known color: Dark Orchid. HEX triplet: 9E, 39 and AF. RGB value is (158,57,175). Sum of RGB (Red+Green+Blue) = 158+57+175=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E39AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E39AF is #61C650. Grayscale: #646464. Windows color (decimal): -6407761 or 11483550. OLE color: 11483550.
HSL color Cylindrical-coordinate representation of color #9E39AF: hue angle of 291.36º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E39AF is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 57 | 175 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.31 |
| HSL | 291.36º | 0.51% | 0.45% | - |
| HSV(B) | 291.36º | 0.67% | 0.69% | - |
| XYZ | 23.3 | 13.29 | 41.89 | - |
| YUV | 100.65 | 169.96 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 57 | 175 | 0.10 | 0.67 | 0 | 0.31 | 291.36 | 0.51 | 0.45 |
| Hex | 9E | 39 | AF | A | 43 | 0 | 1F | 123 | 33 | 2D |
| Octal | 236 | 71 | 257 | 12 | 103 | 0 | 37 | 443 | 63 | 55 |
| Binary | 10011110 | 111001 | 10101111 | 1010 | 1000011 | 0 | 11111 | 100100011 | 110011 | 101101 |
Color Harmonies of #9E39AF
Complementary color
Monochromatic Colors of #9E39AF
Black with #9E39AF
Text Example
Text Example
White with #9E39AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E39AF; }
p { color: rgb(158,57,175); }
H1.HeaderClassName
{
color: #9E39AF;
}
.AnyTagClassName
{
color: #9E39AF;
}
</style>
background-color css
<style>
a { background-color: #9E39AF; }
a { background-color: rgb(158,57,175); }
div.DivClassName
{
background-color: #9E39AF;
}
.BgClassName
{
background-color: #9E39AF;
}
</style>
border-color css
<style>
span { border-color: #9E39AF; }
span { border-color: rgb(158,57,175); }
td.TdClassName
{
border-color: #9E39AF;
}
.TagClassName
{
border-color: #9E39AF;
}
</style>