Shades of Dark Purple #9D1A8A
Tints of Dark Purple #9D1A8A
RGB
CMYK
RGB Variations
Color information
#9D1A8A (or 0x9D1A8A) is known color: Dark Purple. HEX triplet: 9D, 1A and 8A. RGB value is (157,26,138). Sum of RGB (Red+Green+Blue) = 157+26+138=321 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.91% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1A8A is #62E575. Grayscale: #4D4D4D. Windows color (decimal): -6481270 or 9050781. OLE color: 9050781.
HSL color Cylindrical-coordinate representation of color #9D1A8A: hue angle of 308.7º degrees, saturation: 0.72, 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 #9D1A8A is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 26 | 138 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.38 |
| HSL | 308.7º | 0.72% | 0.36% | - |
| HSV(B) | 308.7º | 0.83% | 0.62% | - |
| XYZ | 18.86 | 9.74 | 24.93 | - |
| YUV | 77.94 | 161.9 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 26 | 138 | 0 | 0.83 | 0.12 | 0.38 | 308.7 | 0.72 | 0.36 |
| Hex | 9D | 1A | 8A | 0 | 53 | C | 26 | 135 | 48 | 24 |
| Octal | 235 | 32 | 212 | 0 | 123 | 14 | 46 | 465 | 110 | 44 |
| Binary | 10011101 | 11010 | 10001010 | 0 | 1010011 | 1100 | 100110 | 100110101 | 1001000 | 100100 |
Color Harmonies of #9D1A8A
Complementary color
Monochromatic Colors of #9D1A8A
Black with #9D1A8A
Text Example
Text Example
White with #9D1A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1A8A; }
p { color: rgb(157,26,138); }
H1.HeaderClassName
{
color: #9D1A8A;
}
.AnyTagClassName
{
color: #9D1A8A;
}
</style>
background-color css
<style>
a { background-color: #9D1A8A; }
a { background-color: rgb(157,26,138); }
div.DivClassName
{
background-color: #9D1A8A;
}
.BgClassName
{
background-color: #9D1A8A;
}
</style>
border-color css
<style>
span { border-color: #9D1A8A; }
span { border-color: rgb(157,26,138); }
td.TdClassName
{
border-color: #9D1A8A;
}
.TagClassName
{
border-color: #9D1A8A;
}
</style>