Shades of Dark Orchid #9D3DDD
Tints of Dark Orchid #9D3DDD
RGB
CMYK
RGB Variations
Color information
#9D3DDD (or 0x9D3DDD) is known color: Dark Orchid. HEX triplet: 9D, 3D and DD. RGB value is (157,61,221). Sum of RGB (Red+Green+Blue) = 157+61+221=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D3DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3DDD is #62C222. Grayscale: #6B6B6B. Windows color (decimal): -6472227 or 14499229. OLE color: 14499229.
HSL color Cylindrical-coordinate representation of color #9D3DDD: hue angle of 276º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D3DDD is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 61 | 221 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.13 |
| HSL | 276º | 0.7% | 0.55% | - |
| HSV(B) | 276º | 0.72% | 0.87% | - |
| XYZ | 28.62 | 15.73 | 69.93 | - |
| YUV | 107.94 | 191.8 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 61 | 221 | 0.29 | 0.72 | 0 | 0.13 | 276 | 0.7 | 0.55 |
| Hex | 9D | 3D | DD | 1D | 48 | 0 | D | 114 | 46 | 37 |
| Octal | 235 | 75 | 335 | 35 | 110 | 0 | 15 | 424 | 106 | 67 |
| Binary | 10011101 | 111101 | 11011101 | 11101 | 1001000 | 0 | 1101 | 100010100 | 1000110 | 110111 |
Color Harmonies of #9D3DDD
Complementary color
Monochromatic Colors of #9D3DDD
Black with #9D3DDD
Text Example
Text Example
White with #9D3DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3DDD; }
p { color: rgb(157,61,221); }
H1.HeaderClassName
{
color: #9D3DDD;
}
.AnyTagClassName
{
color: #9D3DDD;
}
</style>
background-color css
<style>
a { background-color: #9D3DDD; }
a { background-color: rgb(157,61,221); }
div.DivClassName
{
background-color: #9D3DDD;
}
.BgClassName
{
background-color: #9D3DDD;
}
</style>
border-color css
<style>
span { border-color: #9D3DDD; }
span { border-color: rgb(157,61,221); }
td.TdClassName
{
border-color: #9D3DDD;
}
.TagClassName
{
border-color: #9D3DDD;
}
</style>