Shades of Dark Orchid #9D2DB6
Tints of Dark Orchid #9D2DB6
RGB
CMYK
RGB Variations
Color information
#9D2DB6 (or 0x9D2DB6) is known color: Dark Orchid. HEX triplet: 9D, 2D and B6. RGB value is (157,45,182). Sum of RGB (Red+Green+Blue) = 157+45+182=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 182 (71.48% from 255 or 47.40% from 384); Max value from RGB is 182 - color contains mainly: blue. Hex color #9D2DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2DB6 is #62D249. Grayscale: #5D5D5D. Windows color (decimal): -6476362 or 11939229. OLE color: 11939229.
HSL color Cylindrical-coordinate representation of color #9D2DB6: hue angle of 289.05º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D2DB6 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 45 | 182 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.29 |
| HSL | 289.05º | 0.6% | 0.45% | - |
| HSV(B) | 289.05º | 0.75% | 0.71% | - |
| XYZ | 23.29 | 12.42 | 45.43 | - |
| YUV | 94.11 | 177.61 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 45 | 182 | 0.14 | 0.75 | 0 | 0.29 | 289.05 | 0.6 | 0.45 |
| Hex | 9D | 2D | B6 | E | 4B | 0 | 1D | 121 | 3C | 2D |
| Octal | 235 | 55 | 266 | 16 | 113 | 0 | 35 | 441 | 74 | 55 |
| Binary | 10011101 | 101101 | 10110110 | 1110 | 1001011 | 0 | 11101 | 100100001 | 111100 | 101101 |
Color Harmonies of #9D2DB6
Complementary color
Monochromatic Colors of #9D2DB6
Black with #9D2DB6
Text Example
Text Example
White with #9D2DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2DB6; }
p { color: rgb(157,45,182); }
H1.HeaderClassName
{
color: #9D2DB6;
}
.AnyTagClassName
{
color: #9D2DB6;
}
</style>
background-color css
<style>
a { background-color: #9D2DB6; }
a { background-color: rgb(157,45,182); }
div.DivClassName
{
background-color: #9D2DB6;
}
.BgClassName
{
background-color: #9D2DB6;
}
</style>
border-color css
<style>
span { border-color: #9D2DB6; }
span { border-color: rgb(157,45,182); }
td.TdClassName
{
border-color: #9D2DB6;
}
.TagClassName
{
border-color: #9D2DB6;
}
</style>