Shades of Dark Orchid #9E34AF
Tints of Dark Orchid #9E34AF
RGB
CMYK
RGB Variations
Color information
#9E34AF (or 0x9E34AF) is known color: Dark Orchid. HEX triplet: 9E, 34 and AF. RGB value is (158,52,175). Sum of RGB (Red+Green+Blue) = 158+52+175=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E34AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E34AF is #61CB50. Grayscale: #616161. Windows color (decimal): -6409041 or 11482270. OLE color: 11482270.
HSL color Cylindrical-coordinate representation of color #9E34AF: hue angle of 291.71º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E34AF is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 52 | 175 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.31 |
| HSL | 291.71º | 0.54% | 0.45% | - |
| HSV(B) | 291.71º | 0.7% | 0.69% | - |
| XYZ | 23.07 | 12.82 | 41.82 | - |
| YUV | 97.72 | 171.62 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 52 | 175 | 0.10 | 0.70 | 0 | 0.31 | 291.71 | 0.54 | 0.45 |
| Hex | 9E | 34 | AF | A | 46 | 0 | 1F | 124 | 36 | 2D |
| Octal | 236 | 64 | 257 | 12 | 106 | 0 | 37 | 444 | 66 | 55 |
| Binary | 10011110 | 110100 | 10101111 | 1010 | 1000110 | 0 | 11111 | 100100100 | 110110 | 101101 |
Color Harmonies of #9E34AF
Complementary color
Monochromatic Colors of #9E34AF
Black with #9E34AF
Text Example
Text Example
White with #9E34AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E34AF; }
p { color: rgb(158,52,175); }
H1.HeaderClassName
{
color: #9E34AF;
}
.AnyTagClassName
{
color: #9E34AF;
}
</style>
background-color css
<style>
a { background-color: #9E34AF; }
a { background-color: rgb(158,52,175); }
div.DivClassName
{
background-color: #9E34AF;
}
.BgClassName
{
background-color: #9E34AF;
}
</style>
border-color css
<style>
span { border-color: #9E34AF; }
span { border-color: rgb(158,52,175); }
td.TdClassName
{
border-color: #9E34AF;
}
.TagClassName
{
border-color: #9E34AF;
}
</style>