Shades of Dark Orchid #9D38D9
Tints of Dark Orchid #9D38D9
RGB
CMYK
RGB Variations
Color information
#9D38D9 (or 0x9D38D9) is known color: Dark Orchid. HEX triplet: 9D, 38 and D9. RGB value is (157,56,217). Sum of RGB (Red+Green+Blue) = 157+56+217=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 217 (85.16% from 255 or 50.47% from 430); Max value from RGB is 217 - color contains mainly: blue. Hex color #9D38D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D38D9 is #62C726. Grayscale: #686868. Windows color (decimal): -6473511 or 14235805. OLE color: 14235805.
HSL color Cylindrical-coordinate representation of color #9D38D9: hue angle of 277.64º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9D38D9 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 56 | 217 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.15 |
| HSL | 277.64º | 0.68% | 0.54% | - |
| HSV(B) | 277.64º | 0.74% | 0.85% | - |
| XYZ | 27.84 | 15.01 | 67.07 | - |
| YUV | 104.55 | 191.46 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 56 | 217 | 0.28 | 0.74 | 0 | 0.15 | 277.64 | 0.68 | 0.54 |
| Hex | 9D | 38 | D9 | 1C | 4A | 0 | F | 116 | 44 | 36 |
| Octal | 235 | 70 | 331 | 34 | 112 | 0 | 17 | 426 | 104 | 66 |
| Binary | 10011101 | 111000 | 11011001 | 11100 | 1001010 | 0 | 1111 | 100010110 | 1000100 | 110110 |
Color Harmonies of #9D38D9
Complementary color
Monochromatic Colors of #9D38D9
Black with #9D38D9
Text Example
Text Example
White with #9D38D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D38D9; }
p { color: rgb(157,56,217); }
H1.HeaderClassName
{
color: #9D38D9;
}
.AnyTagClassName
{
color: #9D38D9;
}
</style>
background-color css
<style>
a { background-color: #9D38D9; }
a { background-color: rgb(157,56,217); }
div.DivClassName
{
background-color: #9D38D9;
}
.BgClassName
{
background-color: #9D38D9;
}
</style>
border-color css
<style>
span { border-color: #9D38D9; }
span { border-color: rgb(157,56,217); }
td.TdClassName
{
border-color: #9D38D9;
}
.TagClassName
{
border-color: #9D38D9;
}
</style>