Shades of Dark Purple #9D1081
Tints of Dark Purple #9D1081
RGB
CMYK
RGB Variations
Color information
#9D1081 (or 0x9D1081) is known color: Dark Purple. HEX triplet: 9D, 10 and 81. RGB value is (157,16,129). Sum of RGB (Red+Green+Blue) = 157+16+129=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1081 is #62EF7E. Grayscale: #464646. Windows color (decimal): -6483839 or 8458397. OLE color: 8458397.
HSL color Cylindrical-coordinate representation of color #9D1081: hue angle of 311.91º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D1081 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 16 | 129 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.38 |
| HSL | 311.91º | 0.82% | 0.34% | - |
| HSV(B) | 311.91º | 0.9% | 0.62% | - |
| XYZ | 18.05 | 9.12 | 21.58 | - |
| YUV | 71.04 | 160.71 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 16 | 129 | 0 | 0.90 | 0.18 | 0.38 | 311.91 | 0.82 | 0.34 |
| Hex | 9D | 10 | 81 | 0 | 5A | 12 | 26 | 138 | 52 | 22 |
| Octal | 235 | 20 | 201 | 0 | 132 | 22 | 46 | 470 | 122 | 42 |
| Binary | 10011101 | 10000 | 10000001 | 0 | 1011010 | 10010 | 100110 | 100111000 | 1010010 | 100010 |
Color Harmonies of #9D1081
Complementary color
Monochromatic Colors of #9D1081
Black with #9D1081
Text Example
Text Example
White with #9D1081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1081; }
p { color: rgb(157,16,129); }
H1.HeaderClassName
{
color: #9D1081;
}
.AnyTagClassName
{
color: #9D1081;
}
</style>
background-color css
<style>
a { background-color: #9D1081; }
a { background-color: rgb(157,16,129); }
div.DivClassName
{
background-color: #9D1081;
}
.BgClassName
{
background-color: #9D1081;
}
</style>
border-color css
<style>
span { border-color: #9D1081; }
span { border-color: rgb(157,16,129); }
td.TdClassName
{
border-color: #9D1081;
}
.TagClassName
{
border-color: #9D1081;
}
</style>