Shades of Dark Purple #9C3384
Tints of Dark Purple #9C3384
RGB
CMYK
RGB Variations
Color information
#9C3384 (or 0x9C3384) is known color: Dark Purple. HEX triplet: 9C, 33 and 84. RGB value is (156,51,132). Sum of RGB (Red+Green+Blue) = 156+51+132=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3384 is #63CC7B. Grayscale: #5B5B5B. Windows color (decimal): -6540412 or 8663964. OLE color: 8663964.
HSL color Cylindrical-coordinate representation of color #9C3384: hue angle of 313.71º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C3384 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 51 | 132 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.39 |
| HSL | 313.71º | 0.51% | 0.41% | - |
| HSV(B) | 313.71º | 0.67% | 0.61% | - |
| XYZ | 19.06 | 11.1 | 22.97 | - |
| YUV | 91.63 | 150.79 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 51 | 132 | 0 | 0.67 | 0.15 | 0.39 | 313.71 | 0.51 | 0.41 |
| Hex | 9C | 33 | 84 | 0 | 43 | F | 27 | 13A | 33 | 29 |
| Octal | 234 | 63 | 204 | 0 | 103 | 17 | 47 | 472 | 63 | 51 |
| Binary | 10011100 | 110011 | 10000100 | 0 | 1000011 | 1111 | 100111 | 100111010 | 110011 | 101001 |
Color Harmonies of #9C3384
Complementary color
Monochromatic Colors of #9C3384
Black with #9C3384
Text Example
Text Example
White with #9C3384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3384; }
p { color: rgb(156,51,132); }
H1.HeaderClassName
{
color: #9C3384;
}
.AnyTagClassName
{
color: #9C3384;
}
</style>
background-color css
<style>
a { background-color: #9C3384; }
a { background-color: rgb(156,51,132); }
div.DivClassName
{
background-color: #9C3384;
}
.BgClassName
{
background-color: #9C3384;
}
</style>
border-color css
<style>
span { border-color: #9C3384; }
span { border-color: rgb(156,51,132); }
td.TdClassName
{
border-color: #9C3384;
}
.TagClassName
{
border-color: #9C3384;
}
</style>