Shades of Dark Orchid #9D3DBA
Tints of Dark Orchid #9D3DBA
RGB
CMYK
RGB Variations
Color information
#9D3DBA (or 0x9D3DBA) is known color: Dark Orchid. HEX triplet: 9D, 3D and BA. RGB value is (157,61,186). Sum of RGB (Red+Green+Blue) = 157+61+186=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D3DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3DBA is #62C245. Grayscale: #676767. Windows color (decimal): -6472262 or 12205469. OLE color: 12205469.
HSL color Cylindrical-coordinate representation of color #9D3DBA: hue angle of 286.08º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D3DBA is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 61 | 186 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.27 |
| HSL | 286.08º | 0.51% | 0.48% | - |
| HSV(B) | 286.08º | 0.67% | 0.73% | - |
| XYZ | 24.44 | 14.05 | 47.88 | - |
| YUV | 103.95 | 174.3 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 61 | 186 | 0.16 | 0.67 | 0 | 0.27 | 286.08 | 0.51 | 0.48 |
| Hex | 9D | 3D | BA | 10 | 43 | 0 | 1B | 11E | 33 | 30 |
| Octal | 235 | 75 | 272 | 20 | 103 | 0 | 33 | 436 | 63 | 60 |
| Binary | 10011101 | 111101 | 10111010 | 10000 | 1000011 | 0 | 11011 | 100011110 | 110011 | 110000 |
Color Harmonies of #9D3DBA
Complementary color
Monochromatic Colors of #9D3DBA
Black with #9D3DBA
Text Example
Text Example
White with #9D3DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3DBA; }
p { color: rgb(157,61,186); }
H1.HeaderClassName
{
color: #9D3DBA;
}
.AnyTagClassName
{
color: #9D3DBA;
}
</style>
background-color css
<style>
a { background-color: #9D3DBA; }
a { background-color: rgb(157,61,186); }
div.DivClassName
{
background-color: #9D3DBA;
}
.BgClassName
{
background-color: #9D3DBA;
}
</style>
border-color css
<style>
span { border-color: #9D3DBA; }
span { border-color: rgb(157,61,186); }
td.TdClassName
{
border-color: #9D3DBA;
}
.TagClassName
{
border-color: #9D3DBA;
}
</style>