Shades of Dark Orchid #9D4ADA
Tints of Dark Orchid #9D4ADA
RGB
CMYK
RGB Variations
Color information
#9D4ADA (or 0x9D4ADA) is known color: Dark Orchid. HEX triplet: 9D, 4A and DA. RGB value is (157,74,218). Sum of RGB (Red+Green+Blue) = 157+74+218=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D4ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D4ADA is #62B525. Grayscale: #727272. Windows color (decimal): -6468902 or 14305949. OLE color: 14305949.
HSL color Cylindrical-coordinate representation of color #9D4ADA: hue angle of 274.58º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D4ADA is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 74 | 218 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.15 |
| HSL | 274.58º | 0.66% | 0.57% | - |
| HSV(B) | 274.58º | 0.66% | 0.85% | - |
| XYZ | 29.01 | 17.13 | 68.11 | - |
| YUV | 115.23 | 186 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 74 | 218 | 0.28 | 0.66 | 0 | 0.15 | 274.58 | 0.66 | 0.57 |
| Hex | 9D | 4A | DA | 1C | 42 | 0 | F | 113 | 42 | 39 |
| Octal | 235 | 112 | 332 | 34 | 102 | 0 | 17 | 423 | 102 | 71 |
| Binary | 10011101 | 1001010 | 11011010 | 11100 | 1000010 | 0 | 1111 | 100010011 | 1000010 | 111001 |
Color Harmonies of #9D4ADA
Complementary color
Monochromatic Colors of #9D4ADA
Black with #9D4ADA
Text Example
Text Example
White with #9D4ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4ADA; }
p { color: rgb(157,74,218); }
H1.HeaderClassName
{
color: #9D4ADA;
}
.AnyTagClassName
{
color: #9D4ADA;
}
</style>
background-color css
<style>
a { background-color: #9D4ADA; }
a { background-color: rgb(157,74,218); }
div.DivClassName
{
background-color: #9D4ADA;
}
.BgClassName
{
background-color: #9D4ADA;
}
</style>
border-color css
<style>
span { border-color: #9D4ADA; }
span { border-color: rgb(157,74,218); }
td.TdClassName
{
border-color: #9D4ADA;
}
.TagClassName
{
border-color: #9D4ADA;
}
</style>