Shades of Dark Purple #9C287B
Tints of Dark Purple #9C287B
RGB
CMYK
RGB Variations
Color information
#9C287B (or 0x9C287B) is known color: Dark Purple. HEX triplet: 9C, 28 and 7B. RGB value is (156,40,123). Sum of RGB (Red+Green+Blue) = 156+40+123=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C287B is #63D784. Grayscale: #535353. Windows color (decimal): -6543237 or 8071324. OLE color: 8071324.
HSL color Cylindrical-coordinate representation of color #9C287B: hue angle of 317.07º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C287B is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 123 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.39 |
| HSL | 317.07º | 0.59% | 0.38% | - |
| HSV(B) | 317.07º | 0.74% | 0.61% | - |
| XYZ | 18.04 | 10.02 | 19.72 | - |
| YUV | 84.15 | 149.93 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 123 | 0 | 0.74 | 0.21 | 0.39 | 317.07 | 0.59 | 0.38 |
| Hex | 9C | 28 | 7B | 0 | 4A | 15 | 27 | 13D | 3B | 26 |
| Octal | 234 | 50 | 173 | 0 | 112 | 25 | 47 | 475 | 73 | 46 |
| Binary | 10011100 | 101000 | 1111011 | 0 | 1001010 | 10101 | 100111 | 100111101 | 111011 | 100110 |
Color Harmonies of #9C287B
Complementary color
Monochromatic Colors of #9C287B
Black with #9C287B
Text Example
Text Example
White with #9C287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C287B; }
p { color: rgb(156,40,123); }
H1.HeaderClassName
{
color: #9C287B;
}
.AnyTagClassName
{
color: #9C287B;
}
</style>
background-color css
<style>
a { background-color: #9C287B; }
a { background-color: rgb(156,40,123); }
div.DivClassName
{
background-color: #9C287B;
}
.BgClassName
{
background-color: #9C287B;
}
</style>
border-color css
<style>
span { border-color: #9C287B; }
span { border-color: rgb(156,40,123); }
td.TdClassName
{
border-color: #9C287B;
}
.TagClassName
{
border-color: #9C287B;
}
</style>