Shades of Dark Purple #9C1C8B
Tints of Dark Purple #9C1C8B
RGB
CMYK
RGB Variations
Color information
#9C1C8B (or 0x9C1C8B) is known color: Dark Purple. HEX triplet: 9C, 1C and 8B. RGB value is (156,28,139). Sum of RGB (Red+Green+Blue) = 156+28+139=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1C8B is #63E374. Grayscale: #4E4E4E. Windows color (decimal): -6546293 or 9116828. OLE color: 9116828.
HSL color Cylindrical-coordinate representation of color #9C1C8B: hue angle of 307.97º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C1C8B is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 28 | 139 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.39 |
| HSL | 307.97º | 0.7% | 0.36% | - |
| HSV(B) | 307.97º | 0.82% | 0.61% | - |
| XYZ | 18.79 | 9.76 | 25.32 | - |
| YUV | 78.93 | 161.91 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 28 | 139 | 0 | 0.82 | 0.11 | 0.39 | 307.97 | 0.7 | 0.36 |
| Hex | 9C | 1C | 8B | 0 | 52 | B | 27 | 134 | 46 | 24 |
| Octal | 234 | 34 | 213 | 0 | 122 | 13 | 47 | 464 | 106 | 44 |
| Binary | 10011100 | 11100 | 10001011 | 0 | 1010010 | 1011 | 100111 | 100110100 | 1000110 | 100100 |
Color Harmonies of #9C1C8B
Complementary color
Monochromatic Colors of #9C1C8B
Black with #9C1C8B
Text Example
Text Example
White with #9C1C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1C8B; }
p { color: rgb(156,28,139); }
H1.HeaderClassName
{
color: #9C1C8B;
}
.AnyTagClassName
{
color: #9C1C8B;
}
</style>
background-color css
<style>
a { background-color: #9C1C8B; }
a { background-color: rgb(156,28,139); }
div.DivClassName
{
background-color: #9C1C8B;
}
.BgClassName
{
background-color: #9C1C8B;
}
</style>
border-color css
<style>
span { border-color: #9C1C8B; }
span { border-color: rgb(156,28,139); }
td.TdClassName
{
border-color: #9C1C8B;
}
.TagClassName
{
border-color: #9C1C8B;
}
</style>