Shades of Dark Orchid #9D3EBF
Tints of Dark Orchid #9D3EBF
RGB
CMYK
RGB Variations
Color information
#9D3EBF (or 0x9D3EBF) is known color: Dark Orchid. HEX triplet: 9D, 3E and BF. RGB value is (157,62,191). Sum of RGB (Red+Green+Blue) = 157+62+191=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D3EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3EBF is #62C140. Grayscale: #686868. Windows color (decimal): -6472001 or 12533405. OLE color: 12533405.
HSL color Cylindrical-coordinate representation of color #9D3EBF: hue angle of 284.19º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D3EBF is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 62 | 191 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.25 |
| HSL | 284.19º | 0.51% | 0.5% | - |
| HSV(B) | 284.19º | 0.68% | 0.75% | - |
| XYZ | 25.03 | 14.37 | 50.75 | - |
| YUV | 105.11 | 176.47 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 62 | 191 | 0.18 | 0.68 | 0 | 0.25 | 284.19 | 0.51 | 0.5 |
| Hex | 9D | 3E | BF | 12 | 44 | 0 | 19 | 11C | 33 | 32 |
| Octal | 235 | 76 | 277 | 22 | 104 | 0 | 31 | 434 | 63 | 62 |
| Binary | 10011101 | 111110 | 10111111 | 10010 | 1000100 | 0 | 11001 | 100011100 | 110011 | 110010 |
Color Harmonies of #9D3EBF
Complementary color
Monochromatic Colors of #9D3EBF
Black with #9D3EBF
Text Example
Text Example
White with #9D3EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3EBF; }
p { color: rgb(157,62,191); }
H1.HeaderClassName
{
color: #9D3EBF;
}
.AnyTagClassName
{
color: #9D3EBF;
}
</style>
background-color css
<style>
a { background-color: #9D3EBF; }
a { background-color: rgb(157,62,191); }
div.DivClassName
{
background-color: #9D3EBF;
}
.BgClassName
{
background-color: #9D3EBF;
}
</style>
border-color css
<style>
span { border-color: #9D3EBF; }
span { border-color: rgb(157,62,191); }
td.TdClassName
{
border-color: #9D3EBF;
}
.TagClassName
{
border-color: #9D3EBF;
}
</style>