Shades of Dark Orchid #9E31AB
Tints of Dark Orchid #9E31AB
RGB
CMYK
RGB Variations
Color information
#9E31AB (or 0x9E31AB) is known color: Dark Orchid. HEX triplet: 9E, 31 and AB. RGB value is (158,49,171). Sum of RGB (Red+Green+Blue) = 158+49+171=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E31AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E31AB is #61CE54. Grayscale: #5F5F5F. Windows color (decimal): -6409813 or 11219358. OLE color: 11219358.
HSL color Cylindrical-coordinate representation of color #9E31AB: hue angle of 293.61º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9E31AB is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 49 | 171 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.33 |
| HSL | 293.61º | 0.55% | 0.43% | - |
| HSV(B) | 293.61º | 0.71% | 0.67% | - |
| XYZ | 22.55 | 12.41 | 39.73 | - |
| YUV | 95.5 | 170.61 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 49 | 171 | 0.08 | 0.71 | 0 | 0.33 | 293.61 | 0.55 | 0.43 |
| Hex | 9E | 31 | AB | 8 | 47 | 0 | 21 | 126 | 37 | 2B |
| Octal | 236 | 61 | 253 | 10 | 107 | 0 | 41 | 446 | 67 | 53 |
| Binary | 10011110 | 110001 | 10101011 | 1000 | 1000111 | 0 | 100001 | 100100110 | 110111 | 101011 |
Color Harmonies of #9E31AB
Complementary color
Monochromatic Colors of #9E31AB
Black with #9E31AB
Text Example
Text Example
White with #9E31AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E31AB; }
p { color: rgb(158,49,171); }
H1.HeaderClassName
{
color: #9E31AB;
}
.AnyTagClassName
{
color: #9E31AB;
}
</style>
background-color css
<style>
a { background-color: #9E31AB; }
a { background-color: rgb(158,49,171); }
div.DivClassName
{
background-color: #9E31AB;
}
.BgClassName
{
background-color: #9E31AB;
}
</style>
border-color css
<style>
span { border-color: #9E31AB; }
span { border-color: rgb(158,49,171); }
td.TdClassName
{
border-color: #9E31AB;
}
.TagClassName
{
border-color: #9E31AB;
}
</style>