Shades of Dark Purple #9D2085
Tints of Dark Purple #9D2085
RGB
CMYK
RGB Variations
Color information
#9D2085 (or 0x9D2085) is known color: Dark Purple. HEX triplet: 9D, 20 and 85. RGB value is (157,32,133). Sum of RGB (Red+Green+Blue) = 157+32+133=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2085 is #62DF7A. Grayscale: #505050. Windows color (decimal): -6479739 or 8724637. OLE color: 8724637.
HSL color Cylindrical-coordinate representation of color #9D2085: hue angle of 311.52º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D2085 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 32 | 133 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.38 |
| HSL | 311.52º | 0.66% | 0.37% | - |
| HSV(B) | 311.52º | 0.8% | 0.62% | - |
| XYZ | 18.65 | 9.89 | 23.12 | - |
| YUV | 80.89 | 157.41 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 32 | 133 | 0 | 0.80 | 0.15 | 0.38 | 311.52 | 0.66 | 0.37 |
| Hex | 9D | 20 | 85 | 0 | 50 | F | 26 | 138 | 42 | 25 |
| Octal | 235 | 40 | 205 | 0 | 120 | 17 | 46 | 470 | 102 | 45 |
| Binary | 10011101 | 100000 | 10000101 | 0 | 1010000 | 1111 | 100110 | 100111000 | 1000010 | 100101 |
Color Harmonies of #9D2085
Complementary color
Monochromatic Colors of #9D2085
Black with #9D2085
Text Example
Text Example
White with #9D2085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2085; }
p { color: rgb(157,32,133); }
H1.HeaderClassName
{
color: #9D2085;
}
.AnyTagClassName
{
color: #9D2085;
}
</style>
background-color css
<style>
a { background-color: #9D2085; }
a { background-color: rgb(157,32,133); }
div.DivClassName
{
background-color: #9D2085;
}
.BgClassName
{
background-color: #9D2085;
}
</style>
border-color css
<style>
span { border-color: #9D2085; }
span { border-color: rgb(157,32,133); }
td.TdClassName
{
border-color: #9D2085;
}
.TagClassName
{
border-color: #9D2085;
}
</style>