Shades of Dark Purple #9D1082
Tints of Dark Purple #9D1082
RGB
CMYK
RGB Variations
Color information
#9D1082 (or 0x9D1082) is known color: Dark Purple. HEX triplet: 9D, 10 and 82. RGB value is (157,16,130). Sum of RGB (Red+Green+Blue) = 157+16+130=303 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.82% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1082 is #62EF7D. Grayscale: #464646. Windows color (decimal): -6483838 or 8523933. OLE color: 8523933.
HSL color Cylindrical-coordinate representation of color #9D1082: hue angle of 311.49º 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 #9D1082 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 16 | 130 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.38 |
| HSL | 311.49º | 0.82% | 0.34% | - |
| HSV(B) | 311.49º | 0.9% | 0.62% | - |
| XYZ | 18.12 | 9.15 | 21.93 | - |
| YUV | 71.16 | 161.21 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 16 | 130 | 0 | 0.90 | 0.17 | 0.38 | 311.49 | 0.82 | 0.34 |
| Hex | 9D | 10 | 82 | 0 | 5A | 11 | 26 | 137 | 52 | 22 |
| Octal | 235 | 20 | 202 | 0 | 132 | 21 | 46 | 467 | 122 | 42 |
| Binary | 10011101 | 10000 | 10000010 | 0 | 1011010 | 10001 | 100110 | 100110111 | 1010010 | 100010 |
Color Harmonies of #9D1082
Complementary color
Monochromatic Colors of #9D1082
Black with #9D1082
Text Example
Text Example
White with #9D1082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1082; }
p { color: rgb(157,16,130); }
H1.HeaderClassName
{
color: #9D1082;
}
.AnyTagClassName
{
color: #9D1082;
}
</style>
background-color css
<style>
a { background-color: #9D1082; }
a { background-color: rgb(157,16,130); }
div.DivClassName
{
background-color: #9D1082;
}
.BgClassName
{
background-color: #9D1082;
}
</style>
border-color css
<style>
span { border-color: #9D1082; }
span { border-color: rgb(157,16,130); }
td.TdClassName
{
border-color: #9D1082;
}
.TagClassName
{
border-color: #9D1082;
}
</style>