Shades of Dark Orchid #9D2DBA
Tints of Dark Orchid #9D2DBA
RGB
CMYK
RGB Variations
Color information
#9D2DBA (or 0x9D2DBA) is known color: Dark Orchid. HEX triplet: 9D, 2D and BA. RGB value is (157,45,186). Sum of RGB (Red+Green+Blue) = 157+45+186=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D2DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2DBA is #62D245. Grayscale: #5E5E5E. Windows color (decimal): -6476358 or 12201373. OLE color: 12201373.
HSL color Cylindrical-coordinate representation of color #9D2DBA: hue angle of 287.66º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D2DBA is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 45 | 186 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.27 |
| HSL | 287.66º | 0.61% | 0.45% | - |
| HSV(B) | 287.66º | 0.76% | 0.73% | - |
| XYZ | 23.71 | 12.59 | 47.64 | - |
| YUV | 94.56 | 179.61 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 45 | 186 | 0.16 | 0.76 | 0 | 0.27 | 287.66 | 0.61 | 0.45 |
| Hex | 9D | 2D | BA | 10 | 4C | 0 | 1B | 120 | 3D | 2D |
| Octal | 235 | 55 | 272 | 20 | 114 | 0 | 33 | 440 | 75 | 55 |
| Binary | 10011101 | 101101 | 10111010 | 10000 | 1001100 | 0 | 11011 | 100100000 | 111101 | 101101 |
Color Harmonies of #9D2DBA
Complementary color
Monochromatic Colors of #9D2DBA
Black with #9D2DBA
Text Example
Text Example
White with #9D2DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2DBA; }
p { color: rgb(157,45,186); }
H1.HeaderClassName
{
color: #9D2DBA;
}
.AnyTagClassName
{
color: #9D2DBA;
}
</style>
background-color css
<style>
a { background-color: #9D2DBA; }
a { background-color: rgb(157,45,186); }
div.DivClassName
{
background-color: #9D2DBA;
}
.BgClassName
{
background-color: #9D2DBA;
}
</style>
border-color css
<style>
span { border-color: #9D2DBA; }
span { border-color: rgb(157,45,186); }
td.TdClassName
{
border-color: #9D2DBA;
}
.TagClassName
{
border-color: #9D2DBA;
}
</style>