Shades of Dark Purple #9D2684
Tints of Dark Purple #9D2684
RGB
CMYK
RGB Variations
Color information
#9D2684 (or 0x9D2684) is known color: Dark Purple. HEX triplet: 9D, 26 and 84. RGB value is (157,38,132). Sum of RGB (Red+Green+Blue) = 157+38+132=327 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.01% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2684 is #62D97B. Grayscale: #545454. Windows color (decimal): -6478204 or 8660637. OLE color: 8660637.
HSL color Cylindrical-coordinate representation of color #9D2684: hue angle of 312.61º 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 #9D2684 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 38 | 132 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.38 |
| HSL | 312.61º | 0.61% | 0.38% | - |
| HSV(B) | 312.61º | 0.76% | 0.62% | - |
| XYZ | 18.76 | 10.22 | 22.81 | - |
| YUV | 84.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 38 | 132 | 0 | 0.76 | 0.16 | 0.38 | 312.61 | 0.61 | 0.38 |
| Hex | 9D | 26 | 84 | 0 | 4C | 10 | 26 | 139 | 3D | 26 |
| Octal | 235 | 46 | 204 | 0 | 114 | 20 | 46 | 471 | 75 | 46 |
| Binary | 10011101 | 100110 | 10000100 | 0 | 1001100 | 10000 | 100110 | 100111001 | 111101 | 100110 |
Color Harmonies of #9D2684
Complementary color
Monochromatic Colors of #9D2684
Black with #9D2684
Text Example
Text Example
White with #9D2684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2684; }
p { color: rgb(157,38,132); }
H1.HeaderClassName
{
color: #9D2684;
}
.AnyTagClassName
{
color: #9D2684;
}
</style>
background-color css
<style>
a { background-color: #9D2684; }
a { background-color: rgb(157,38,132); }
div.DivClassName
{
background-color: #9D2684;
}
.BgClassName
{
background-color: #9D2684;
}
</style>
border-color css
<style>
span { border-color: #9D2684; }
span { border-color: rgb(157,38,132); }
td.TdClassName
{
border-color: #9D2684;
}
.TagClassName
{
border-color: #9D2684;
}
</style>