Shades of Dark Orchid #9D4ADB
Tints of Dark Orchid #9D4ADB
RGB
CMYK
RGB Variations
Color information
#9D4ADB (or 0x9D4ADB) is known color: Dark Orchid. HEX triplet: 9D, 4A and DB. RGB value is (157,74,219). Sum of RGB (Red+Green+Blue) = 157+74+219=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D4ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D4ADB is #62B524. Grayscale: #727272. Windows color (decimal): -6468901 or 14371485. OLE color: 14371485.
HSL color Cylindrical-coordinate representation of color #9D4ADB: hue angle of 274.34º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D4ADB is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 74 | 219 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.14 |
| HSL | 274.34º | 0.67% | 0.57% | - |
| HSV(B) | 274.34º | 0.66% | 0.86% | - |
| XYZ | 29.14 | 17.18 | 68.8 | - |
| YUV | 115.35 | 186.5 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 74 | 219 | 0.28 | 0.66 | 0 | 0.14 | 274.34 | 0.67 | 0.57 |
| Hex | 9D | 4A | DB | 1C | 42 | 0 | E | 112 | 43 | 39 |
| Octal | 235 | 112 | 333 | 34 | 102 | 0 | 16 | 422 | 103 | 71 |
| Binary | 10011101 | 1001010 | 11011011 | 11100 | 1000010 | 0 | 1110 | 100010010 | 1000011 | 111001 |
Color Harmonies of #9D4ADB
Complementary color
Monochromatic Colors of #9D4ADB
Black with #9D4ADB
Text Example
Text Example
White with #9D4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4ADB; }
p { color: rgb(157,74,219); }
H1.HeaderClassName
{
color: #9D4ADB;
}
.AnyTagClassName
{
color: #9D4ADB;
}
</style>
background-color css
<style>
a { background-color: #9D4ADB; }
a { background-color: rgb(157,74,219); }
div.DivClassName
{
background-color: #9D4ADB;
}
.BgClassName
{
background-color: #9D4ADB;
}
</style>
border-color css
<style>
span { border-color: #9D4ADB; }
span { border-color: rgb(157,74,219); }
td.TdClassName
{
border-color: #9D4ADB;
}
.TagClassName
{
border-color: #9D4ADB;
}
</style>