Shades of Dark Purple #9D218C
Tints of Dark Purple #9D218C
RGB
CMYK
RGB Variations
Color information
#9D218C (or 0x9D218C) is known color: Dark Purple. HEX triplet: 9D, 21 and 8C. RGB value is (157,33,140). Sum of RGB (Red+Green+Blue) = 157+33+140=330 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.58% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 157 - color contains mainly: red. Hex color #9D218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D218C is #62DE73. Grayscale: #515151. Windows color (decimal): -6479476 or 9183645. OLE color: 9183645.
HSL color Cylindrical-coordinate representation of color #9D218C: hue angle of 308.23º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D218C is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 33 | 140 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.38 |
| HSL | 308.23º | 0.65% | 0.37% | - |
| HSV(B) | 308.23º | 0.79% | 0.62% | - |
| XYZ | 19.18 | 10.15 | 25.76 | - |
| YUV | 82.27 | 160.58 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 33 | 140 | 0 | 0.79 | 0.11 | 0.38 | 308.23 | 0.65 | 0.37 |
| Hex | 9D | 21 | 8C | 0 | 4F | B | 26 | 134 | 41 | 25 |
| Octal | 235 | 41 | 214 | 0 | 117 | 13 | 46 | 464 | 101 | 45 |
| Binary | 10011101 | 100001 | 10001100 | 0 | 1001111 | 1011 | 100110 | 100110100 | 1000001 | 100101 |
Color Harmonies of #9D218C
Complementary color
Monochromatic Colors of #9D218C
Black with #9D218C
Text Example
Text Example
White with #9D218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D218C; }
p { color: rgb(157,33,140); }
H1.HeaderClassName
{
color: #9D218C;
}
.AnyTagClassName
{
color: #9D218C;
}
</style>
background-color css
<style>
a { background-color: #9D218C; }
a { background-color: rgb(157,33,140); }
div.DivClassName
{
background-color: #9D218C;
}
.BgClassName
{
background-color: #9D218C;
}
</style>
border-color css
<style>
span { border-color: #9D218C; }
span { border-color: rgb(157,33,140); }
td.TdClassName
{
border-color: #9D218C;
}
.TagClassName
{
border-color: #9D218C;
}
</style>