Shades of Dark Orchid #9E33AA
Tints of Dark Orchid #9E33AA
RGB
CMYK
RGB Variations
Color information
#9E33AA (or 0x9E33AA) is known color: Dark Orchid. HEX triplet: 9E, 33 and AA. RGB value is (158,51,170). Sum of RGB (Red+Green+Blue) = 158+51+170=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E33AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E33AA is #61CC55. Grayscale: #606060. Windows color (decimal): -6409302 or 11154334. OLE color: 11154334.
HSL color Cylindrical-coordinate representation of color #9E33AA: hue angle of 293.95º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E33AA is Cyan = 0.07, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 51 | 170 | - |
| CMYK | 0.07 | 0.7 | 0 | 0.33 |
| HSL | 293.95º | 0.54% | 0.43% | - |
| HSV(B) | 293.95º | 0.7% | 0.67% | - |
| XYZ | 22.54 | 12.54 | 39.26 | - |
| YUV | 96.56 | 169.45 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 51 | 170 | 0.07 | 0.7 | 0 | 0.33 | 293.95 | 0.54 | 0.43 |
| Hex | 9E | 33 | AA | 7 | 46 | 0 | 21 | 126 | 36 | 2B |
| Octal | 236 | 63 | 252 | 7 | 106 | 0 | 41 | 446 | 66 | 53 |
| Binary | 10011110 | 110011 | 10101010 | 111 | 1000110 | 0 | 100001 | 100100110 | 110110 | 101011 |
Color Harmonies of #9E33AA
Complementary color
Monochromatic Colors of #9E33AA
Black with #9E33AA
Text Example
Text Example
White with #9E33AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E33AA; }
p { color: rgb(158,51,170); }
H1.HeaderClassName
{
color: #9E33AA;
}
.AnyTagClassName
{
color: #9E33AA;
}
</style>
background-color css
<style>
a { background-color: #9E33AA; }
a { background-color: rgb(158,51,170); }
div.DivClassName
{
background-color: #9E33AA;
}
.BgClassName
{
background-color: #9E33AA;
}
</style>
border-color css
<style>
span { border-color: #9E33AA; }
span { border-color: rgb(158,51,170); }
td.TdClassName
{
border-color: #9E33AA;
}
.TagClassName
{
border-color: #9E33AA;
}
</style>