Shades of Dark Purple #9C1D8B
Tints of Dark Purple #9C1D8B
RGB
CMYK
RGB Variations
Color information
#9C1D8B (or 0x9C1D8B) is known color: Dark Purple. HEX triplet: 9C, 1D and 8B. RGB value is (156,29,139). Sum of RGB (Red+Green+Blue) = 156+29+139=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1D8B is #63E274. Grayscale: #4F4F4F. Windows color (decimal): -6546037 or 9117084. OLE color: 9117084.
HSL color Cylindrical-coordinate representation of color #9C1D8B: hue angle of 308.03º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C1D8B is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 29 | 139 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.39 |
| HSL | 308.03º | 0.69% | 0.36% | - |
| HSV(B) | 308.03º | 0.81% | 0.61% | - |
| XYZ | 18.81 | 9.81 | 25.33 | - |
| YUV | 79.51 | 161.58 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 29 | 139 | 0 | 0.81 | 0.11 | 0.39 | 308.03 | 0.69 | 0.36 |
| Hex | 9C | 1D | 8B | 0 | 51 | B | 27 | 134 | 45 | 24 |
| Octal | 234 | 35 | 213 | 0 | 121 | 13 | 47 | 464 | 105 | 44 |
| Binary | 10011100 | 11101 | 10001011 | 0 | 1010001 | 1011 | 100111 | 100110100 | 1000101 | 100100 |
Color Harmonies of #9C1D8B
Complementary color
Monochromatic Colors of #9C1D8B
Black with #9C1D8B
Text Example
Text Example
White with #9C1D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1D8B; }
p { color: rgb(156,29,139); }
H1.HeaderClassName
{
color: #9C1D8B;
}
.AnyTagClassName
{
color: #9C1D8B;
}
</style>
background-color css
<style>
a { background-color: #9C1D8B; }
a { background-color: rgb(156,29,139); }
div.DivClassName
{
background-color: #9C1D8B;
}
.BgClassName
{
background-color: #9C1D8B;
}
</style>
border-color css
<style>
span { border-color: #9C1D8B; }
span { border-color: rgb(156,29,139); }
td.TdClassName
{
border-color: #9C1D8B;
}
.TagClassName
{
border-color: #9C1D8B;
}
</style>