Shades of Dark Orchid #9D3EBA
Tints of Dark Orchid #9D3EBA
RGB
CMYK
RGB Variations
Color information
#9D3EBA (or 0x9D3EBA) is known color: Dark Orchid. HEX triplet: 9D, 3E and BA. RGB value is (157,62,186). Sum of RGB (Red+Green+Blue) = 157+62+186=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 62 (24.61% from 255 or 15.31% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D3EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3EBA is #62C145. Grayscale: #686868. Windows color (decimal): -6472006 or 12205725. OLE color: 12205725.
HSL color Cylindrical-coordinate representation of color #9D3EBA: hue angle of 285.97º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D3EBA is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 62 | 186 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.27 |
| HSL | 285.97º | 0.5% | 0.49% | - |
| HSV(B) | 285.97º | 0.67% | 0.73% | - |
| XYZ | 24.49 | 14.16 | 47.9 | - |
| YUV | 104.54 | 173.97 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 62 | 186 | 0.16 | 0.67 | 0 | 0.27 | 285.97 | 0.5 | 0.49 |
| Hex | 9D | 3E | BA | 10 | 43 | 0 | 1B | 11E | 32 | 31 |
| Octal | 235 | 76 | 272 | 20 | 103 | 0 | 33 | 436 | 62 | 61 |
| Binary | 10011101 | 111110 | 10111010 | 10000 | 1000011 | 0 | 11011 | 100011110 | 110010 | 110001 |
Color Harmonies of #9D3EBA
Complementary color
Monochromatic Colors of #9D3EBA
Black with #9D3EBA
Text Example
Text Example
White with #9D3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3EBA; }
p { color: rgb(157,62,186); }
H1.HeaderClassName
{
color: #9D3EBA;
}
.AnyTagClassName
{
color: #9D3EBA;
}
</style>
background-color css
<style>
a { background-color: #9D3EBA; }
a { background-color: rgb(157,62,186); }
div.DivClassName
{
background-color: #9D3EBA;
}
.BgClassName
{
background-color: #9D3EBA;
}
</style>
border-color css
<style>
span { border-color: #9D3EBA; }
span { border-color: rgb(157,62,186); }
td.TdClassName
{
border-color: #9D3EBA;
}
.TagClassName
{
border-color: #9D3EBA;
}
</style>