Shades of Dark Purple #9D2170
Tints of Dark Purple #9D2170
RGB
CMYK
RGB Variations
Color information
#9D2170 (or 0x9D2170) is known color: Dark Purple. HEX triplet: 9D, 21 and 70. RGB value is (157,33,112). Sum of RGB (Red+Green+Blue) = 157+33+112=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2170 is #62DE8F. Grayscale: #4E4E4E. Windows color (decimal): -6479504 or 7348637. OLE color: 7348637.
HSL color Cylindrical-coordinate representation of color #9D2170: hue angle of 321.77º 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 #9D2170 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 33 | 112 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.38 |
| HSL | 321.77º | 0.65% | 0.37% | - |
| HSV(B) | 321.77º | 0.79% | 0.62% | - |
| XYZ | 17.37 | 9.43 | 16.23 | - |
| YUV | 79.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 33 | 112 | 0 | 0.79 | 0.29 | 0.38 | 321.77 | 0.65 | 0.37 |
| Hex | 9D | 21 | 70 | 0 | 4F | 1D | 26 | 142 | 41 | 25 |
| Octal | 235 | 41 | 160 | 0 | 117 | 35 | 46 | 502 | 101 | 45 |
| Binary | 10011101 | 100001 | 1110000 | 0 | 1001111 | 11101 | 100110 | 101000010 | 1000001 | 100101 |
Color Harmonies of #9D2170
Complementary color
Monochromatic Colors of #9D2170
Black with #9D2170
Text Example
Text Example
White with #9D2170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2170; }
p { color: rgb(157,33,112); }
H1.HeaderClassName
{
color: #9D2170;
}
.AnyTagClassName
{
color: #9D2170;
}
</style>
background-color css
<style>
a { background-color: #9D2170; }
a { background-color: rgb(157,33,112); }
div.DivClassName
{
background-color: #9D2170;
}
.BgClassName
{
background-color: #9D2170;
}
</style>
border-color css
<style>
span { border-color: #9D2170; }
span { border-color: rgb(157,33,112); }
td.TdClassName
{
border-color: #9D2170;
}
.TagClassName
{
border-color: #9D2170;
}
</style>