Shades of Dark Orchid #9D42D1
Tints of Dark Orchid #9D42D1
RGB
CMYK
RGB Variations
Color information
#9D42D1 (or 0x9D42D1) is known color: Dark Orchid. HEX triplet: 9D, 42 and D1. RGB value is (157,66,209). Sum of RGB (Red+Green+Blue) = 157+66+209=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 209 (82.03% from 255 or 48.38% from 432); Max value from RGB is 209 - color contains mainly: blue. Hex color #9D42D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D42D1 is #62BD2E. Grayscale: #6D6D6D. Windows color (decimal): -6470959 or 13714077. OLE color: 13714077.
HSL color Cylindrical-coordinate representation of color #9D42D1: hue angle of 278.18º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D42D1 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 66 | 209 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.18 |
| HSL | 278.18º | 0.61% | 0.54% | - |
| HSV(B) | 278.18º | 0.68% | 0.82% | - |
| XYZ | 27.36 | 15.67 | 61.9 | - |
| YUV | 109.51 | 184.15 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 66 | 209 | 0.25 | 0.68 | 0 | 0.18 | 278.18 | 0.61 | 0.54 |
| Hex | 9D | 42 | D1 | 19 | 44 | 0 | 12 | 116 | 3D | 36 |
| Octal | 235 | 102 | 321 | 31 | 104 | 0 | 22 | 426 | 75 | 66 |
| Binary | 10011101 | 1000010 | 11010001 | 11001 | 1000100 | 0 | 10010 | 100010110 | 111101 | 110110 |
Color Harmonies of #9D42D1
Complementary color
Monochromatic Colors of #9D42D1
Black with #9D42D1
Text Example
Text Example
White with #9D42D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D42D1; }
p { color: rgb(157,66,209); }
H1.HeaderClassName
{
color: #9D42D1;
}
.AnyTagClassName
{
color: #9D42D1;
}
</style>
background-color css
<style>
a { background-color: #9D42D1; }
a { background-color: rgb(157,66,209); }
div.DivClassName
{
background-color: #9D42D1;
}
.BgClassName
{
background-color: #9D42D1;
}
</style>
border-color css
<style>
span { border-color: #9D42D1; }
span { border-color: rgb(157,66,209); }
td.TdClassName
{
border-color: #9D42D1;
}
.TagClassName
{
border-color: #9D42D1;
}
</style>