Shades of Dark Orchid #9D2CC1
Tints of Dark Orchid #9D2CC1
RGB
CMYK
RGB Variations
Color information
#9D2CC1 (or 0x9D2CC1) is known color: Dark Orchid. HEX triplet: 9D, 2C and C1. RGB value is (157,44,193). Sum of RGB (Red+Green+Blue) = 157+44+193=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 193 - color contains mainly: blue. Hex color #9D2CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2CC1 is #62D33E. Grayscale: #5E5E5E. Windows color (decimal): -6476607 or 12659869. OLE color: 12659869.
HSL color Cylindrical-coordinate representation of color #9D2CC1: hue angle of 285.5º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D2CC1 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 44 | 193 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.24 |
| HSL | 285.5º | 0.63% | 0.46% | - |
| HSV(B) | 285.5º | 0.77% | 0.76% | - |
| XYZ | 24.43 | 12.82 | 51.64 | - |
| YUV | 94.77 | 183.44 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 193 | 0.19 | 0.77 | 0 | 0.24 | 285.5 | 0.63 | 0.46 |
| Hex | 9D | 2C | C1 | 13 | 4D | 0 | 18 | 11E | 3F | 2E |
| Octal | 235 | 54 | 301 | 23 | 115 | 0 | 30 | 436 | 77 | 56 |
| Binary | 10011101 | 101100 | 11000001 | 10011 | 1001101 | 0 | 11000 | 100011110 | 111111 | 101110 |
Color Harmonies of #9D2CC1
Complementary color
Monochromatic Colors of #9D2CC1
Black with #9D2CC1
Text Example
Text Example
White with #9D2CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2CC1; }
p { color: rgb(157,44,193); }
H1.HeaderClassName
{
color: #9D2CC1;
}
.AnyTagClassName
{
color: #9D2CC1;
}
</style>
background-color css
<style>
a { background-color: #9D2CC1; }
a { background-color: rgb(157,44,193); }
div.DivClassName
{
background-color: #9D2CC1;
}
.BgClassName
{
background-color: #9D2CC1;
}
</style>
border-color css
<style>
span { border-color: #9D2CC1; }
span { border-color: rgb(157,44,193); }
td.TdClassName
{
border-color: #9D2CC1;
}
.TagClassName
{
border-color: #9D2CC1;
}
</style>