Shades of Dark Orchid #9D44DD
Tints of Dark Orchid #9D44DD
RGB
CMYK
RGB Variations
Color information
#9D44DD (or 0x9D44DD) is known color: Dark Orchid. HEX triplet: 9D, 44 and DD. RGB value is (157,68,221). Sum of RGB (Red+Green+Blue) = 157+68+221=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D44DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D44DD is #62BB22. Grayscale: #6F6F6F. Windows color (decimal): -6470435 or 14501021. OLE color: 14501021.
HSL color Cylindrical-coordinate representation of color #9D44DD: hue angle of 274.9º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D44DD is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 68 | 221 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.13 |
| HSL | 274.9º | 0.69% | 0.57% | - |
| HSV(B) | 274.9º | 0.69% | 0.87% | - |
| XYZ | 29.02 | 16.52 | 70.07 | - |
| YUV | 112.05 | 189.49 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 68 | 221 | 0.29 | 0.69 | 0 | 0.13 | 274.9 | 0.69 | 0.57 |
| Hex | 9D | 44 | DD | 1D | 45 | 0 | D | 113 | 45 | 39 |
| Octal | 235 | 104 | 335 | 35 | 105 | 0 | 15 | 423 | 105 | 71 |
| Binary | 10011101 | 1000100 | 11011101 | 11101 | 1000101 | 0 | 1101 | 100010011 | 1000101 | 111001 |
Color Harmonies of #9D44DD
Complementary color
Monochromatic Colors of #9D44DD
Black with #9D44DD
Text Example
Text Example
White with #9D44DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D44DD; }
p { color: rgb(157,68,221); }
H1.HeaderClassName
{
color: #9D44DD;
}
.AnyTagClassName
{
color: #9D44DD;
}
</style>
background-color css
<style>
a { background-color: #9D44DD; }
a { background-color: rgb(157,68,221); }
div.DivClassName
{
background-color: #9D44DD;
}
.BgClassName
{
background-color: #9D44DD;
}
</style>
border-color css
<style>
span { border-color: #9D44DD; }
span { border-color: rgb(157,68,221); }
td.TdClassName
{
border-color: #9D44DD;
}
.TagClassName
{
border-color: #9D44DD;
}
</style>