Shades of Dark Purple #9D1B8C
Tints of Dark Purple #9D1B8C
RGB
CMYK
RGB Variations
Color information
#9D1B8C (or 0x9D1B8C) is known color: Dark Purple. HEX triplet: 9D, 1B and 8C. RGB value is (157,27,140). Sum of RGB (Red+Green+Blue) = 157+27+140=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1B8C is #62E473. Grayscale: #4E4E4E. Windows color (decimal): -6481012 or 9182109. OLE color: 9182109.
HSL color Cylindrical-coordinate representation of color #9D1B8C: hue angle of 307.85º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D1B8C is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 27 | 140 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.38 |
| HSL | 307.85º | 0.71% | 0.36% | - |
| HSV(B) | 307.85º | 0.83% | 0.62% | - |
| XYZ | 19.03 | 9.85 | 25.71 | - |
| YUV | 78.75 | 162.57 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 27 | 140 | 0 | 0.83 | 0.11 | 0.38 | 307.85 | 0.71 | 0.36 |
| Hex | 9D | 1B | 8C | 0 | 53 | B | 26 | 134 | 47 | 24 |
| Octal | 235 | 33 | 214 | 0 | 123 | 13 | 46 | 464 | 107 | 44 |
| Binary | 10011101 | 11011 | 10001100 | 0 | 1010011 | 1011 | 100110 | 100110100 | 1000111 | 100100 |
Color Harmonies of #9D1B8C
Complementary color
Monochromatic Colors of #9D1B8C
Black with #9D1B8C
Text Example
Text Example
White with #9D1B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1B8C; }
p { color: rgb(157,27,140); }
H1.HeaderClassName
{
color: #9D1B8C;
}
.AnyTagClassName
{
color: #9D1B8C;
}
</style>
background-color css
<style>
a { background-color: #9D1B8C; }
a { background-color: rgb(157,27,140); }
div.DivClassName
{
background-color: #9D1B8C;
}
.BgClassName
{
background-color: #9D1B8C;
}
</style>
border-color css
<style>
span { border-color: #9D1B8C; }
span { border-color: rgb(157,27,140); }
td.TdClassName
{
border-color: #9D1B8C;
}
.TagClassName
{
border-color: #9D1B8C;
}
</style>