Shades of Dark Purple #9C348F
Tints of Dark Purple #9C348F
RGB
CMYK
RGB Variations
Color information
#9C348F (or 0x9C348F) is known color: Dark Purple. HEX triplet: 9C, 34 and 8F. RGB value is (156,52,143). Sum of RGB (Red+Green+Blue) = 156+52+143=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C348F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C348F is #63CB70. Grayscale: #5D5D5D. Windows color (decimal): -6540145 or 9385116. OLE color: 9385116.
HSL color Cylindrical-coordinate representation of color #9C348F: hue angle of 307.5º 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 #9C348F is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 52 | 143 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.39 |
| HSL | 307.5º | 0.5% | 0.41% | - |
| HSV(B) | 307.5º | 0.67% | 0.61% | - |
| XYZ | 19.9 | 11.51 | 27.16 | - |
| YUV | 93.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 52 | 143 | 0 | 0.67 | 0.08 | 0.39 | 307.5 | 0.5 | 0.41 |
| Hex | 9C | 34 | 8F | 0 | 43 | 8 | 27 | 134 | 32 | 29 |
| Octal | 234 | 64 | 217 | 0 | 103 | 10 | 47 | 464 | 62 | 51 |
| Binary | 10011100 | 110100 | 10001111 | 0 | 1000011 | 1000 | 100111 | 100110100 | 110010 | 101001 |
Color Harmonies of #9C348F
Complementary color
Monochromatic Colors of #9C348F
Black with #9C348F
Text Example
Text Example
White with #9C348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C348F; }
p { color: rgb(156,52,143); }
H1.HeaderClassName
{
color: #9C348F;
}
.AnyTagClassName
{
color: #9C348F;
}
</style>
background-color css
<style>
a { background-color: #9C348F; }
a { background-color: rgb(156,52,143); }
div.DivClassName
{
background-color: #9C348F;
}
.BgClassName
{
background-color: #9C348F;
}
</style>
border-color css
<style>
span { border-color: #9C348F; }
span { border-color: rgb(156,52,143); }
td.TdClassName
{
border-color: #9C348F;
}
.TagClassName
{
border-color: #9C348F;
}
</style>