Shades of Dark Orchid #9E46D5
Tints of Dark Orchid #9E46D5
RGB
CMYK
RGB Variations
Color information
#9E46D5 (or 0x9E46D5) is known color: Dark Orchid. HEX triplet: 9E, 46 and D5. RGB value is (158,70,213). Sum of RGB (Red+Green+Blue) = 158+70+213=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #9E46D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E46D5 is #61B92A. Grayscale: #707070. Windows color (decimal): -6404395 or 13977246. OLE color: 13977246.
HSL color Cylindrical-coordinate representation of color #9E46D5: hue angle of 276.92º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E46D5 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 70 | 213 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.16 |
| HSL | 276.92º | 0.63% | 0.55% | - |
| HSV(B) | 276.92º | 0.67% | 0.84% | - |
| XYZ | 28.3 | 16.45 | 64.64 | - |
| YUV | 112.61 | 184.65 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 213 | 0.26 | 0.67 | 0 | 0.16 | 276.92 | 0.63 | 0.55 |
| Hex | 9E | 46 | D5 | 1A | 43 | 0 | 10 | 115 | 3F | 37 |
| Octal | 236 | 106 | 325 | 32 | 103 | 0 | 20 | 425 | 77 | 67 |
| Binary | 10011110 | 1000110 | 11010101 | 11010 | 1000011 | 0 | 10000 | 100010101 | 111111 | 110111 |
Color Harmonies of #9E46D5
Complementary color
Monochromatic Colors of #9E46D5
Black with #9E46D5
Text Example
Text Example
White with #9E46D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E46D5; }
p { color: rgb(158,70,213); }
H1.HeaderClassName
{
color: #9E46D5;
}
.AnyTagClassName
{
color: #9E46D5;
}
</style>
background-color css
<style>
a { background-color: #9E46D5; }
a { background-color: rgb(158,70,213); }
div.DivClassName
{
background-color: #9E46D5;
}
.BgClassName
{
background-color: #9E46D5;
}
</style>
border-color css
<style>
span { border-color: #9E46D5; }
span { border-color: rgb(158,70,213); }
td.TdClassName
{
border-color: #9E46D5;
}
.TagClassName
{
border-color: #9E46D5;
}
</style>