Shades of Dark Orchid #9D36BA
Tints of Dark Orchid #9D36BA
RGB
CMYK
RGB Variations
Color information
#9D36BA (or 0x9D36BA) is known color: Dark Orchid. HEX triplet: 9D, 36 and BA. RGB value is (157,54,186). Sum of RGB (Red+Green+Blue) = 157+54+186=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D36BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D36BA is #62C945. Grayscale: #636363. Windows color (decimal): -6474054 or 12203677. OLE color: 12203677.
HSL color Cylindrical-coordinate representation of color #9D36BA: hue angle of 286.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D36BA is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 54 | 186 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.27 |
| HSL | 286.82º | 0.55% | 0.47% | - |
| HSV(B) | 286.82º | 0.71% | 0.73% | - |
| XYZ | 24.09 | 13.35 | 47.76 | - |
| YUV | 99.85 | 176.62 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 54 | 186 | 0.16 | 0.71 | 0 | 0.27 | 286.82 | 0.55 | 0.47 |
| Hex | 9D | 36 | BA | 10 | 47 | 0 | 1B | 11F | 37 | 2F |
| Octal | 235 | 66 | 272 | 20 | 107 | 0 | 33 | 437 | 67 | 57 |
| Binary | 10011101 | 110110 | 10111010 | 10000 | 1000111 | 0 | 11011 | 100011111 | 110111 | 101111 |
Color Harmonies of #9D36BA
Complementary color
Monochromatic Colors of #9D36BA
Black with #9D36BA
Text Example
Text Example
White with #9D36BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D36BA; }
p { color: rgb(157,54,186); }
H1.HeaderClassName
{
color: #9D36BA;
}
.AnyTagClassName
{
color: #9D36BA;
}
</style>
background-color css
<style>
a { background-color: #9D36BA; }
a { background-color: rgb(157,54,186); }
div.DivClassName
{
background-color: #9D36BA;
}
.BgClassName
{
background-color: #9D36BA;
}
</style>
border-color css
<style>
span { border-color: #9D36BA; }
span { border-color: rgb(157,54,186); }
td.TdClassName
{
border-color: #9D36BA;
}
.TagClassName
{
border-color: #9D36BA;
}
</style>