Shades of Dark Orchid #9D1CD5
Tints of Dark Orchid #9D1CD5
RGB
CMYK
RGB Variations
Color information
#9D1CD5 (or 0x9D1CD5) is known color: Dark Orchid. HEX triplet: 9D, 1C and D5. RGB value is (157,28,213). Sum of RGB (Red+Green+Blue) = 157+28+213=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 213 (83.59% from 255 or 53.52% from 398); Max value from RGB is 213 - color contains mainly: blue. Hex color #9D1CD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1CD5 is #62E32A. Grayscale: #575757. Windows color (decimal): -6480683 or 13966493. OLE color: 13966493.
HSL color Cylindrical-coordinate representation of color #9D1CD5: hue angle of 281.84º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D1CD5 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 28 | 213 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.16 |
| HSL | 281.84º | 0.77% | 0.47% | - |
| HSV(B) | 281.84º | 0.87% | 0.84% | - |
| XYZ | 26.33 | 12.8 | 64.03 | - |
| YUV | 87.66 | 198.74 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 28 | 213 | 0.26 | 0.87 | 0 | 0.16 | 281.84 | 0.77 | 0.47 |
| Hex | 9D | 1C | D5 | 1A | 57 | 0 | 10 | 11A | 4D | 2F |
| Octal | 235 | 34 | 325 | 32 | 127 | 0 | 20 | 432 | 115 | 57 |
| Binary | 10011101 | 11100 | 11010101 | 11010 | 1010111 | 0 | 10000 | 100011010 | 1001101 | 101111 |
Color Harmonies of #9D1CD5
Complementary color
Monochromatic Colors of #9D1CD5
Black with #9D1CD5
Text Example
Text Example
White with #9D1CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1CD5; }
p { color: rgb(157,28,213); }
H1.HeaderClassName
{
color: #9D1CD5;
}
.AnyTagClassName
{
color: #9D1CD5;
}
</style>
background-color css
<style>
a { background-color: #9D1CD5; }
a { background-color: rgb(157,28,213); }
div.DivClassName
{
background-color: #9D1CD5;
}
.BgClassName
{
background-color: #9D1CD5;
}
</style>
border-color css
<style>
span { border-color: #9D1CD5; }
span { border-color: rgb(157,28,213); }
td.TdClassName
{
border-color: #9D1CD5;
}
.TagClassName
{
border-color: #9D1CD5;
}
</style>