Shades of Dark Orchid #9D1ADB
Tints of Dark Orchid #9D1ADB
RGB
CMYK
RGB Variations
Color information
#9D1ADB (or 0x9D1ADB) is known color: Dark Orchid. HEX triplet: 9D, 1A and DB. RGB value is (157,26,219). Sum of RGB (Red+Green+Blue) = 157+26+219=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D1ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1ADB is #62E524. Grayscale: #565656. Windows color (decimal): -6481189 or 14359197. OLE color: 14359197.
HSL color Cylindrical-coordinate representation of color #9D1ADB: hue angle of 280.73º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D1ADB is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 26 | 219 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.14 |
| HSL | 280.73º | 0.79% | 0.48% | - |
| HSV(B) | 280.73º | 0.88% | 0.86% | - |
| XYZ | 27.06 | 13.02 | 68.1 | - |
| YUV | 87.17 | 202.4 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 26 | 219 | 0.28 | 0.88 | 0 | 0.14 | 280.73 | 0.79 | 0.48 |
| Hex | 9D | 1A | DB | 1C | 58 | 0 | E | 119 | 4F | 30 |
| Octal | 235 | 32 | 333 | 34 | 130 | 0 | 16 | 431 | 117 | 60 |
| Binary | 10011101 | 11010 | 11011011 | 11100 | 1011000 | 0 | 1110 | 100011001 | 1001111 | 110000 |
Color Harmonies of #9D1ADB
Complementary color
Monochromatic Colors of #9D1ADB
Black with #9D1ADB
Text Example
Text Example
White with #9D1ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1ADB; }
p { color: rgb(157,26,219); }
H1.HeaderClassName
{
color: #9D1ADB;
}
.AnyTagClassName
{
color: #9D1ADB;
}
</style>
background-color css
<style>
a { background-color: #9D1ADB; }
a { background-color: rgb(157,26,219); }
div.DivClassName
{
background-color: #9D1ADB;
}
.BgClassName
{
background-color: #9D1ADB;
}
</style>
border-color css
<style>
span { border-color: #9D1ADB; }
span { border-color: rgb(157,26,219); }
td.TdClassName
{
border-color: #9D1ADB;
}
.TagClassName
{
border-color: #9D1ADB;
}
</style>