Shades of Dark Orchid #9D3DD9
Tints of Dark Orchid #9D3DD9
RGB
CMYK
RGB Variations
Color information
#9D3DD9 (or 0x9D3DD9) is known color: Dark Orchid. HEX triplet: 9D, 3D and D9. RGB value is (157,61,217). Sum of RGB (Red+Green+Blue) = 157+61+217=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 217 (85.16% from 255 or 49.89% from 435); Max value from RGB is 217 - color contains mainly: blue. Hex color #9D3DD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3DD9 is #62C226. Grayscale: #6A6A6A. Windows color (decimal): -6472231 or 14237085. OLE color: 14237085.
HSL color Cylindrical-coordinate representation of color #9D3DD9: hue angle of 276.92º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D3DD9 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 61 | 217 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.15 |
| HSL | 276.92º | 0.67% | 0.55% | - |
| HSV(B) | 276.92º | 0.72% | 0.85% | - |
| XYZ | 28.1 | 15.52 | 67.16 | - |
| YUV | 107.49 | 189.8 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 61 | 217 | 0.28 | 0.72 | 0 | 0.15 | 276.92 | 0.67 | 0.55 |
| Hex | 9D | 3D | D9 | 1C | 48 | 0 | F | 115 | 43 | 37 |
| Octal | 235 | 75 | 331 | 34 | 110 | 0 | 17 | 425 | 103 | 67 |
| Binary | 10011101 | 111101 | 11011001 | 11100 | 1001000 | 0 | 1111 | 100010101 | 1000011 | 110111 |
Color Harmonies of #9D3DD9
Complementary color
Monochromatic Colors of #9D3DD9
Black with #9D3DD9
Text Example
Text Example
White with #9D3DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3DD9; }
p { color: rgb(157,61,217); }
H1.HeaderClassName
{
color: #9D3DD9;
}
.AnyTagClassName
{
color: #9D3DD9;
}
</style>
background-color css
<style>
a { background-color: #9D3DD9; }
a { background-color: rgb(157,61,217); }
div.DivClassName
{
background-color: #9D3DD9;
}
.BgClassName
{
background-color: #9D3DD9;
}
</style>
border-color css
<style>
span { border-color: #9D3DD9; }
span { border-color: rgb(157,61,217); }
td.TdClassName
{
border-color: #9D3DD9;
}
.TagClassName
{
border-color: #9D3DD9;
}
</style>