Shades of Dark Purple #9D2C8B
Tints of Dark Purple #9D2C8B
RGB
CMYK
RGB Variations
Color information
#9D2C8B (or 0x9D2C8B) is known color: Dark Purple. HEX triplet: 9D, 2C and 8B. RGB value is (157,44,139). Sum of RGB (Red+Green+Blue) = 157+44+139=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2C8B is #62D374. Grayscale: #585858. Windows color (decimal): -6476661 or 9120925. OLE color: 9120925.
HSL color Cylindrical-coordinate representation of color #9D2C8B: hue angle of 309.56º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D2C8B is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 44 | 139 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.38 |
| HSL | 309.56º | 0.56% | 0.39% | - |
| HSV(B) | 309.56º | 0.72% | 0.62% | - |
| XYZ | 19.47 | 10.83 | 25.49 | - |
| YUV | 88.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 139 | 0 | 0.72 | 0.11 | 0.38 | 309.56 | 0.56 | 0.39 |
| Hex | 9D | 2C | 8B | 0 | 48 | B | 26 | 136 | 38 | 27 |
| Octal | 235 | 54 | 213 | 0 | 110 | 13 | 46 | 466 | 70 | 47 |
| Binary | 10011101 | 101100 | 10001011 | 0 | 1001000 | 1011 | 100110 | 100110110 | 111000 | 100111 |
Color Harmonies of #9D2C8B
Complementary color
Monochromatic Colors of #9D2C8B
Black with #9D2C8B
Text Example
Text Example
White with #9D2C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2C8B; }
p { color: rgb(157,44,139); }
H1.HeaderClassName
{
color: #9D2C8B;
}
.AnyTagClassName
{
color: #9D2C8B;
}
</style>
background-color css
<style>
a { background-color: #9D2C8B; }
a { background-color: rgb(157,44,139); }
div.DivClassName
{
background-color: #9D2C8B;
}
.BgClassName
{
background-color: #9D2C8B;
}
</style>
border-color css
<style>
span { border-color: #9D2C8B; }
span { border-color: rgb(157,44,139); }
td.TdClassName
{
border-color: #9D2C8B;
}
.TagClassName
{
border-color: #9D2C8B;
}
</style>