Shades of Dark Orchid #9D3EBE
Tints of Dark Orchid #9D3EBE
RGB
CMYK
RGB Variations
Color information
#9D3EBE (or 0x9D3EBE) is known color: Dark Orchid. HEX triplet: 9D, 3E and BE. RGB value is (157,62,190). Sum of RGB (Red+Green+Blue) = 157+62+190=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D3EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3EBE is #62C141. Grayscale: #686868. Windows color (decimal): -6472002 or 12467869. OLE color: 12467869.
HSL color Cylindrical-coordinate representation of color #9D3EBE: hue angle of 284.53º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D3EBE is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 62 | 190 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.25 |
| HSL | 284.53º | 0.51% | 0.49% | - |
| HSV(B) | 284.53º | 0.67% | 0.75% | - |
| XYZ | 24.92 | 14.33 | 50.17 | - |
| YUV | 105 | 175.97 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 62 | 190 | 0.17 | 0.67 | 0 | 0.25 | 284.53 | 0.51 | 0.49 |
| Hex | 9D | 3E | BE | 11 | 43 | 0 | 19 | 11D | 33 | 31 |
| Octal | 235 | 76 | 276 | 21 | 103 | 0 | 31 | 435 | 63 | 61 |
| Binary | 10011101 | 111110 | 10111110 | 10001 | 1000011 | 0 | 11001 | 100011101 | 110011 | 110001 |
Color Harmonies of #9D3EBE
Complementary color
Monochromatic Colors of #9D3EBE
Black with #9D3EBE
Text Example
Text Example
White with #9D3EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3EBE; }
p { color: rgb(157,62,190); }
H1.HeaderClassName
{
color: #9D3EBE;
}
.AnyTagClassName
{
color: #9D3EBE;
}
</style>
background-color css
<style>
a { background-color: #9D3EBE; }
a { background-color: rgb(157,62,190); }
div.DivClassName
{
background-color: #9D3EBE;
}
.BgClassName
{
background-color: #9D3EBE;
}
</style>
border-color css
<style>
span { border-color: #9D3EBE; }
span { border-color: rgb(157,62,190); }
td.TdClassName
{
border-color: #9D3EBE;
}
.TagClassName
{
border-color: #9D3EBE;
}
</style>