Shades of Dark Orchid #9D3DBD
Tints of Dark Orchid #9D3DBD
RGB
CMYK
RGB Variations
Color information
#9D3DBD (or 0x9D3DBD) is known color: Dark Orchid. HEX triplet: 9D, 3D and BD. RGB value is (157,61,189). Sum of RGB (Red+Green+Blue) = 157+61+189=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D3DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3DBD is #62C242. Grayscale: #676767. Windows color (decimal): -6472259 or 12402077. OLE color: 12402077.
HSL color Cylindrical-coordinate representation of color #9D3DBD: hue angle of 285º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D3DBD is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 61 | 189 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.26 |
| HSL | 285º | 0.51% | 0.49% | - |
| HSV(B) | 285º | 0.68% | 0.74% | - |
| XYZ | 24.76 | 14.18 | 49.58 | - |
| YUV | 104.3 | 175.8 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 61 | 189 | 0.17 | 0.68 | 0 | 0.26 | 285 | 0.51 | 0.49 |
| Hex | 9D | 3D | BD | 11 | 44 | 0 | 1A | 11D | 33 | 31 |
| Octal | 235 | 75 | 275 | 21 | 104 | 0 | 32 | 435 | 63 | 61 |
| Binary | 10011101 | 111101 | 10111101 | 10001 | 1000100 | 0 | 11010 | 100011101 | 110011 | 110001 |
Color Harmonies of #9D3DBD
Complementary color
Monochromatic Colors of #9D3DBD
Black with #9D3DBD
Text Example
Text Example
White with #9D3DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3DBD; }
p { color: rgb(157,61,189); }
H1.HeaderClassName
{
color: #9D3DBD;
}
.AnyTagClassName
{
color: #9D3DBD;
}
</style>
background-color css
<style>
a { background-color: #9D3DBD; }
a { background-color: rgb(157,61,189); }
div.DivClassName
{
background-color: #9D3DBD;
}
.BgClassName
{
background-color: #9D3DBD;
}
</style>
border-color css
<style>
span { border-color: #9D3DBD; }
span { border-color: rgb(157,61,189); }
td.TdClassName
{
border-color: #9D3DBD;
}
.TagClassName
{
border-color: #9D3DBD;
}
</style>