Shades of Dark Purple #9C1684
Tints of Dark Purple #9C1684
RGB
CMYK
RGB Variations
Color information
#9C1684 (or 0x9C1684) is known color: Dark Purple. HEX triplet: 9C, 16 and 84. RGB value is (156,22,132). Sum of RGB (Red+Green+Blue) = 156+22+132=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1684 is #63E97B. Grayscale: #4A4A4A. Windows color (decimal): -6547836 or 8656540. OLE color: 8656540.
HSL color Cylindrical-coordinate representation of color #9C1684: hue angle of 310.75º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C1684 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 22 | 132 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.39 |
| HSL | 310.75º | 0.75% | 0.35% | - |
| HSV(B) | 310.75º | 0.86% | 0.61% | - |
| XYZ | 18.16 | 9.31 | 22.67 | - |
| YUV | 74.61 | 160.39 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 22 | 132 | 0 | 0.86 | 0.15 | 0.39 | 310.75 | 0.75 | 0.35 |
| Hex | 9C | 16 | 84 | 0 | 56 | F | 27 | 137 | 4B | 23 |
| Octal | 234 | 26 | 204 | 0 | 126 | 17 | 47 | 467 | 113 | 43 |
| Binary | 10011100 | 10110 | 10000100 | 0 | 1010110 | 1111 | 100111 | 100110111 | 1001011 | 100011 |
Color Harmonies of #9C1684
Complementary color
Monochromatic Colors of #9C1684
Black with #9C1684
Text Example
Text Example
White with #9C1684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1684; }
p { color: rgb(156,22,132); }
H1.HeaderClassName
{
color: #9C1684;
}
.AnyTagClassName
{
color: #9C1684;
}
</style>
background-color css
<style>
a { background-color: #9C1684; }
a { background-color: rgb(156,22,132); }
div.DivClassName
{
background-color: #9C1684;
}
.BgClassName
{
background-color: #9C1684;
}
</style>
border-color css
<style>
span { border-color: #9C1684; }
span { border-color: rgb(156,22,132); }
td.TdClassName
{
border-color: #9C1684;
}
.TagClassName
{
border-color: #9C1684;
}
</style>