Shades of Dark Orchid #9D1BCD
Tints of Dark Orchid #9D1BCD
RGB
CMYK
RGB Variations
Color information
#9D1BCD (or 0x9D1BCD) is known color: Dark Orchid. HEX triplet: 9D, 1B and CD. RGB value is (157,27,205). Sum of RGB (Red+Green+Blue) = 157+27+205=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D1BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1BCD is #62E432. Grayscale: #555555. Windows color (decimal): -6480947 or 13441949. OLE color: 13441949.
HSL color Cylindrical-coordinate representation of color #9D1BCD: hue angle of 283.82º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D1BCD is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 27 | 205 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.20 |
| HSL | 283.82º | 0.77% | 0.45% | - |
| HSV(B) | 283.82º | 0.87% | 0.8% | - |
| XYZ | 25.32 | 12.36 | 58.81 | - |
| YUV | 86.16 | 195.07 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 27 | 205 | 0.23 | 0.87 | 0 | 0.20 | 283.82 | 0.77 | 0.45 |
| Hex | 9D | 1B | CD | 17 | 57 | 0 | 14 | 11C | 4D | 2D |
| Octal | 235 | 33 | 315 | 27 | 127 | 0 | 24 | 434 | 115 | 55 |
| Binary | 10011101 | 11011 | 11001101 | 10111 | 1010111 | 0 | 10100 | 100011100 | 1001101 | 101101 |
Color Harmonies of #9D1BCD
Complementary color
Monochromatic Colors of #9D1BCD
Black with #9D1BCD
Text Example
Text Example
White with #9D1BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1BCD; }
p { color: rgb(157,27,205); }
H1.HeaderClassName
{
color: #9D1BCD;
}
.AnyTagClassName
{
color: #9D1BCD;
}
</style>
background-color css
<style>
a { background-color: #9D1BCD; }
a { background-color: rgb(157,27,205); }
div.DivClassName
{
background-color: #9D1BCD;
}
.BgClassName
{
background-color: #9D1BCD;
}
</style>
border-color css
<style>
span { border-color: #9D1BCD; }
span { border-color: rgb(157,27,205); }
td.TdClassName
{
border-color: #9D1BCD;
}
.TagClassName
{
border-color: #9D1BCD;
}
</style>