Shades of Dark Orchid #9C1DC1
Tints of Dark Orchid #9C1DC1
RGB
CMYK
RGB Variations
Color information
#9C1DC1 (or 0x9C1DC1) is known color: Dark Orchid. HEX triplet: 9C, 1D and C1. RGB value is (156,29,193). Sum of RGB (Red+Green+Blue) = 156+29+193=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #9C1DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1DC1 is #63E23E. Grayscale: #555555. Windows color (decimal): -6545983 or 12656028. OLE color: 12656028.
HSL color Cylindrical-coordinate representation of color #9C1DC1: hue angle of 286.46º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C1DC1 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 29 | 193 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.24 |
| HSL | 286.46º | 0.74% | 0.44% | - |
| HSV(B) | 286.46º | 0.85% | 0.76% | - |
| XYZ | 23.78 | 11.8 | 51.48 | - |
| YUV | 85.67 | 188.58 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 29 | 193 | 0.19 | 0.85 | 0 | 0.24 | 286.46 | 0.74 | 0.44 |
| Hex | 9C | 1D | C1 | 13 | 55 | 0 | 18 | 11E | 4A | 2C |
| Octal | 234 | 35 | 301 | 23 | 125 | 0 | 30 | 436 | 112 | 54 |
| Binary | 10011100 | 11101 | 11000001 | 10011 | 1010101 | 0 | 11000 | 100011110 | 1001010 | 101100 |
Color Harmonies of #9C1DC1
Complementary color
Monochromatic Colors of #9C1DC1
Black with #9C1DC1
Text Example
Text Example
White with #9C1DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1DC1; }
p { color: rgb(156,29,193); }
H1.HeaderClassName
{
color: #9C1DC1;
}
.AnyTagClassName
{
color: #9C1DC1;
}
</style>
background-color css
<style>
a { background-color: #9C1DC1; }
a { background-color: rgb(156,29,193); }
div.DivClassName
{
background-color: #9C1DC1;
}
.BgClassName
{
background-color: #9C1DC1;
}
</style>
border-color css
<style>
span { border-color: #9C1DC1; }
span { border-color: rgb(156,29,193); }
td.TdClassName
{
border-color: #9C1DC1;
}
.TagClassName
{
border-color: #9C1DC1;
}
</style>