Shades of Dark Purple #9D1888
Tints of Dark Purple #9D1888
RGB
CMYK
RGB Variations
Color information
#9D1888 (or 0x9D1888) is known color: Dark Purple. HEX triplet: 9D, 18 and 88. RGB value is (157,24,136). Sum of RGB (Red+Green+Blue) = 157+24+136=317 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.53% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1888 is #62E777. Grayscale: #4C4C4C. Windows color (decimal): -6481784 or 8919197. OLE color: 8919197.
HSL color Cylindrical-coordinate representation of color #9D1888: hue angle of 309.47º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D1888 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 24 | 136 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.38 |
| HSL | 309.47º | 0.73% | 0.35% | - |
| HSV(B) | 309.47º | 0.85% | 0.62% | - |
| XYZ | 18.68 | 9.6 | 24.16 | - |
| YUV | 76.54 | 161.56 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 24 | 136 | 0 | 0.85 | 0.13 | 0.38 | 309.47 | 0.73 | 0.35 |
| Hex | 9D | 18 | 88 | 0 | 55 | D | 26 | 135 | 49 | 23 |
| Octal | 235 | 30 | 210 | 0 | 125 | 15 | 46 | 465 | 111 | 43 |
| Binary | 10011101 | 11000 | 10001000 | 0 | 1010101 | 1101 | 100110 | 100110101 | 1001001 | 100011 |
Color Harmonies of #9D1888
Complementary color
Monochromatic Colors of #9D1888
Black with #9D1888
Text Example
Text Example
White with #9D1888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1888; }
p { color: rgb(157,24,136); }
H1.HeaderClassName
{
color: #9D1888;
}
.AnyTagClassName
{
color: #9D1888;
}
</style>
background-color css
<style>
a { background-color: #9D1888; }
a { background-color: rgb(157,24,136); }
div.DivClassName
{
background-color: #9D1888;
}
.BgClassName
{
background-color: #9D1888;
}
</style>
border-color css
<style>
span { border-color: #9D1888; }
span { border-color: rgb(157,24,136); }
td.TdClassName
{
border-color: #9D1888;
}
.TagClassName
{
border-color: #9D1888;
}
</style>