Shades of Dark Purple #9C348A
Tints of Dark Purple #9C348A
RGB
CMYK
RGB Variations
Color information
#9C348A (or 0x9C348A) is known color: Dark Purple. HEX triplet: 9C, 34 and 8A. RGB value is (156,52,138). Sum of RGB (Red+Green+Blue) = 156+52+138=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C348A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C348A is #63CB75. Grayscale: #5C5C5C. Windows color (decimal): -6540150 or 9057436. OLE color: 9057436.
HSL color Cylindrical-coordinate representation of color #9C348A: hue angle of 310.38º degrees, saturation: 0.5, 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 #9C348A is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 52 | 138 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.39 |
| HSL | 310.38º | 0.5% | 0.41% | - |
| HSV(B) | 310.38º | 0.67% | 0.61% | - |
| XYZ | 19.53 | 11.36 | 25.21 | - |
| YUV | 92.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 52 | 138 | 0 | 0.67 | 0.12 | 0.39 | 310.38 | 0.5 | 0.41 |
| Hex | 9C | 34 | 8A | 0 | 43 | C | 27 | 136 | 32 | 29 |
| Octal | 234 | 64 | 212 | 0 | 103 | 14 | 47 | 466 | 62 | 51 |
| Binary | 10011100 | 110100 | 10001010 | 0 | 1000011 | 1100 | 100111 | 100110110 | 110010 | 101001 |
Color Harmonies of #9C348A
Complementary color
Monochromatic Colors of #9C348A
Black with #9C348A
Text Example
Text Example
White with #9C348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C348A; }
p { color: rgb(156,52,138); }
H1.HeaderClassName
{
color: #9C348A;
}
.AnyTagClassName
{
color: #9C348A;
}
</style>
background-color css
<style>
a { background-color: #9C348A; }
a { background-color: rgb(156,52,138); }
div.DivClassName
{
background-color: #9C348A;
}
.BgClassName
{
background-color: #9C348A;
}
</style>
border-color css
<style>
span { border-color: #9C348A; }
span { border-color: rgb(156,52,138); }
td.TdClassName
{
border-color: #9C348A;
}
.TagClassName
{
border-color: #9C348A;
}
</style>