Shades of Dark Orchid #9E36AB
Tints of Dark Orchid #9E36AB
RGB
CMYK
RGB Variations
Color information
#9E36AB (or 0x9E36AB) is known color: Dark Orchid. HEX triplet: 9E, 36 and AB. RGB value is (158,54,171). Sum of RGB (Red+Green+Blue) = 158+54+171=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E36AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E36AB is #61C954. Grayscale: #626262. Windows color (decimal): -6408533 or 11220638. OLE color: 11220638.
HSL color Cylindrical-coordinate representation of color #9E36AB: hue angle of 293.33º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E36AB is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 54 | 171 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.33 |
| HSL | 293.33º | 0.52% | 0.44% | - |
| HSV(B) | 293.33º | 0.68% | 0.67% | - |
| XYZ | 22.77 | 12.85 | 39.81 | - |
| YUV | 98.43 | 168.96 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 54 | 171 | 0.08 | 0.68 | 0 | 0.33 | 293.33 | 0.52 | 0.44 |
| Hex | 9E | 36 | AB | 8 | 44 | 0 | 21 | 125 | 34 | 2C |
| Octal | 236 | 66 | 253 | 10 | 104 | 0 | 41 | 445 | 64 | 54 |
| Binary | 10011110 | 110110 | 10101011 | 1000 | 1000100 | 0 | 100001 | 100100101 | 110100 | 101100 |
Color Harmonies of #9E36AB
Complementary color
Monochromatic Colors of #9E36AB
Black with #9E36AB
Text Example
Text Example
White with #9E36AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E36AB; }
p { color: rgb(158,54,171); }
H1.HeaderClassName
{
color: #9E36AB;
}
.AnyTagClassName
{
color: #9E36AB;
}
</style>
background-color css
<style>
a { background-color: #9E36AB; }
a { background-color: rgb(158,54,171); }
div.DivClassName
{
background-color: #9E36AB;
}
.BgClassName
{
background-color: #9E36AB;
}
</style>
border-color css
<style>
span { border-color: #9E36AB; }
span { border-color: rgb(158,54,171); }
td.TdClassName
{
border-color: #9E36AB;
}
.TagClassName
{
border-color: #9E36AB;
}
</style>