Shades of Dark Purple #9D2677
Tints of Dark Purple #9D2677
RGB
CMYK
RGB Variations
Color information
#9D2677 (or 0x9D2677) is known color: Dark Purple. HEX triplet: 9D, 26 and 77. RGB value is (157,38,119). Sum of RGB (Red+Green+Blue) = 157+38+119=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2677 is #62D988. Grayscale: #525252. Windows color (decimal): -6478217 or 7808669. OLE color: 7808669.
HSL color Cylindrical-coordinate representation of color #9D2677: hue angle of 319.16º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D2677 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 38 | 119 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.38 |
| HSL | 319.16º | 0.61% | 0.38% | - |
| HSV(B) | 319.16º | 0.76% | 0.62% | - |
| XYZ | 17.93 | 9.89 | 18.42 | - |
| YUV | 82.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 38 | 119 | 0 | 0.76 | 0.24 | 0.38 | 319.16 | 0.61 | 0.38 |
| Hex | 9D | 26 | 77 | 0 | 4C | 18 | 26 | 13F | 3D | 26 |
| Octal | 235 | 46 | 167 | 0 | 114 | 30 | 46 | 477 | 75 | 46 |
| Binary | 10011101 | 100110 | 1110111 | 0 | 1001100 | 11000 | 100110 | 100111111 | 111101 | 100110 |
Color Harmonies of #9D2677
Complementary color
Monochromatic Colors of #9D2677
Black with #9D2677
Text Example
Text Example
White with #9D2677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2677; }
p { color: rgb(157,38,119); }
H1.HeaderClassName
{
color: #9D2677;
}
.AnyTagClassName
{
color: #9D2677;
}
</style>
background-color css
<style>
a { background-color: #9D2677; }
a { background-color: rgb(157,38,119); }
div.DivClassName
{
background-color: #9D2677;
}
.BgClassName
{
background-color: #9D2677;
}
</style>
border-color css
<style>
span { border-color: #9D2677; }
span { border-color: rgb(157,38,119); }
td.TdClassName
{
border-color: #9D2677;
}
.TagClassName
{
border-color: #9D2677;
}
</style>