Shades of Dark Purple #9D2679
Tints of Dark Purple #9D2679
RGB
CMYK
RGB Variations
Color information
#9D2679 (or 0x9D2679) is known color: Dark Purple. HEX triplet: 9D, 26 and 79. RGB value is (157,38,121). Sum of RGB (Red+Green+Blue) = 157+38+121=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2679 is #62D986. Grayscale: #525252. Windows color (decimal): -6478215 or 7939741. OLE color: 7939741.
HSL color Cylindrical-coordinate representation of color #9D2679: hue angle of 318.15º 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 #9D2679 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 38 | 121 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.38 |
| HSL | 318.15º | 0.61% | 0.38% | - |
| HSV(B) | 318.15º | 0.76% | 0.62% | - |
| XYZ | 18.05 | 9.93 | 19.06 | - |
| YUV | 83.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 38 | 121 | 0 | 0.76 | 0.23 | 0.38 | 318.15 | 0.61 | 0.38 |
| Hex | 9D | 26 | 79 | 0 | 4C | 17 | 26 | 13E | 3D | 26 |
| Octal | 235 | 46 | 171 | 0 | 114 | 27 | 46 | 476 | 75 | 46 |
| Binary | 10011101 | 100110 | 1111001 | 0 | 1001100 | 10111 | 100110 | 100111110 | 111101 | 100110 |
Color Harmonies of #9D2679
Complementary color
Monochromatic Colors of #9D2679
Black with #9D2679
Text Example
Text Example
White with #9D2679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2679; }
p { color: rgb(157,38,121); }
H1.HeaderClassName
{
color: #9D2679;
}
.AnyTagClassName
{
color: #9D2679;
}
</style>
background-color css
<style>
a { background-color: #9D2679; }
a { background-color: rgb(157,38,121); }
div.DivClassName
{
background-color: #9D2679;
}
.BgClassName
{
background-color: #9D2679;
}
</style>
border-color css
<style>
span { border-color: #9D2679; }
span { border-color: rgb(157,38,121); }
td.TdClassName
{
border-color: #9D2679;
}
.TagClassName
{
border-color: #9D2679;
}
</style>