Shades of Dark Purple #9C248A
Tints of Dark Purple #9C248A
RGB
CMYK
RGB Variations
Color information
#9C248A (or 0x9C248A) is known color: Dark Purple. HEX triplet: 9C, 24 and 8A. RGB value is (156,36,138). Sum of RGB (Red+Green+Blue) = 156+36+138=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C248A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C248A is #63DB75. Grayscale: #535353. Windows color (decimal): -6544246 or 9053340. OLE color: 9053340.
HSL color Cylindrical-coordinate representation of color #9C248A: hue angle of 309º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C248A is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 138 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.39 |
| HSL | 309º | 0.63% | 0.38% | - |
| HSV(B) | 309º | 0.77% | 0.61% | - |
| XYZ | 18.93 | 10.16 | 25.01 | - |
| YUV | 83.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 138 | 0 | 0.77 | 0.12 | 0.39 | 309 | 0.63 | 0.38 |
| Hex | 9C | 24 | 8A | 0 | 4D | C | 27 | 135 | 3E | 26 |
| Octal | 234 | 44 | 212 | 0 | 115 | 14 | 47 | 465 | 76 | 46 |
| Binary | 10011100 | 100100 | 10001010 | 0 | 1001101 | 1100 | 100111 | 100110101 | 111110 | 100110 |
Color Harmonies of #9C248A
Complementary color
Monochromatic Colors of #9C248A
Black with #9C248A
Text Example
Text Example
White with #9C248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C248A; }
p { color: rgb(156,36,138); }
H1.HeaderClassName
{
color: #9C248A;
}
.AnyTagClassName
{
color: #9C248A;
}
</style>
background-color css
<style>
a { background-color: #9C248A; }
a { background-color: rgb(156,36,138); }
div.DivClassName
{
background-color: #9C248A;
}
.BgClassName
{
background-color: #9C248A;
}
</style>
border-color css
<style>
span { border-color: #9C248A; }
span { border-color: rgb(156,36,138); }
td.TdClassName
{
border-color: #9C248A;
}
.TagClassName
{
border-color: #9C248A;
}
</style>