Shades of Dark Purple #9C3181
Tints of Dark Purple #9C3181
RGB
CMYK
RGB Variations
Color information
#9C3181 (or 0x9C3181) is known color: Dark Purple. HEX triplet: 9C, 31 and 81. RGB value is (156,49,129). Sum of RGB (Red+Green+Blue) = 156+49+129=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3181 is #63CE7E. Grayscale: #595959. Windows color (decimal): -6540927 or 8466844. OLE color: 8466844.
HSL color Cylindrical-coordinate representation of color #9C3181: hue angle of 315.14º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C3181 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 49 | 129 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.39 |
| HSL | 315.14º | 0.52% | 0.4% | - |
| HSV(B) | 315.14º | 0.69% | 0.61% | - |
| XYZ | 18.77 | 10.85 | 21.87 | - |
| YUV | 90.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 49 | 129 | 0 | 0.69 | 0.17 | 0.39 | 315.14 | 0.52 | 0.4 |
| Hex | 9C | 31 | 81 | 0 | 45 | 11 | 27 | 13B | 34 | 28 |
| Octal | 234 | 61 | 201 | 0 | 105 | 21 | 47 | 473 | 64 | 50 |
| Binary | 10011100 | 110001 | 10000001 | 0 | 1000101 | 10001 | 100111 | 100111011 | 110100 | 101000 |
Color Harmonies of #9C3181
Complementary color
Monochromatic Colors of #9C3181
Black with #9C3181
Text Example
Text Example
White with #9C3181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3181; }
p { color: rgb(156,49,129); }
H1.HeaderClassName
{
color: #9C3181;
}
.AnyTagClassName
{
color: #9C3181;
}
</style>
background-color css
<style>
a { background-color: #9C3181; }
a { background-color: rgb(156,49,129); }
div.DivClassName
{
background-color: #9C3181;
}
.BgClassName
{
background-color: #9C3181;
}
</style>
border-color css
<style>
span { border-color: #9C3181; }
span { border-color: rgb(156,49,129); }
td.TdClassName
{
border-color: #9C3181;
}
.TagClassName
{
border-color: #9C3181;
}
</style>