Shades of Dark Purple #9C286F
Tints of Dark Purple #9C286F
RGB
CMYK
RGB Variations
Color information
#9C286F (or 0x9C286F) is known color: Dark Purple. HEX triplet: 9C, 28 and 6F. RGB value is (156,40,111). Sum of RGB (Red+Green+Blue) = 156+40+111=307 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.81% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 156 - color contains mainly: red. Hex color #9C286F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C286F is #63D790. Grayscale: #525252. Windows color (decimal): -6543249 or 7284892. OLE color: 7284892.
HSL color Cylindrical-coordinate representation of color #9C286F: hue angle of 323.28º 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 #9C286F is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 111 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.39 |
| HSL | 323.28º | 0.59% | 0.38% | - |
| HSV(B) | 323.28º | 0.74% | 0.61% | - |
| XYZ | 17.34 | 9.73 | 16 | - |
| YUV | 82.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 111 | 0 | 0.74 | 0.29 | 0.39 | 323.28 | 0.59 | 0.38 |
| Hex | 9C | 28 | 6F | 0 | 4A | 1D | 27 | 143 | 3B | 26 |
| Octal | 234 | 50 | 157 | 0 | 112 | 35 | 47 | 503 | 73 | 46 |
| Binary | 10011100 | 101000 | 1101111 | 0 | 1001010 | 11101 | 100111 | 101000011 | 111011 | 100110 |
Color Harmonies of #9C286F
Complementary color
Monochromatic Colors of #9C286F
Black with #9C286F
Text Example
Text Example
White with #9C286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C286F; }
p { color: rgb(156,40,111); }
H1.HeaderClassName
{
color: #9C286F;
}
.AnyTagClassName
{
color: #9C286F;
}
</style>
background-color css
<style>
a { background-color: #9C286F; }
a { background-color: rgb(156,40,111); }
div.DivClassName
{
background-color: #9C286F;
}
.BgClassName
{
background-color: #9C286F;
}
</style>
border-color css
<style>
span { border-color: #9C286F; }
span { border-color: rgb(156,40,111); }
td.TdClassName
{
border-color: #9C286F;
}
.TagClassName
{
border-color: #9C286F;
}
</style>