Shades of Dark Purple #9D2A92
Tints of Dark Purple #9D2A92
RGB
CMYK
RGB Variations
Color information
#9D2A92 (or 0x9D2A92) is known color: Dark Purple. HEX triplet: 9D, 2A and 92. RGB value is (157,42,146). Sum of RGB (Red+Green+Blue) = 157+42+146=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2A92 is #62D56D. Grayscale: #575757. Windows color (decimal): -6477166 or 9579165. OLE color: 9579165.
HSL color Cylindrical-coordinate representation of color #9D2A92: hue angle of 305.74º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D2A92 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 42 | 146 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.38 |
| HSL | 305.74º | 0.58% | 0.39% | - |
| HSV(B) | 305.74º | 0.73% | 0.62% | - |
| XYZ | 19.92 | 10.9 | 28.25 | - |
| YUV | 88.24 | 160.6 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 42 | 146 | 0 | 0.73 | 0.07 | 0.38 | 305.74 | 0.58 | 0.39 |
| Hex | 9D | 2A | 92 | 0 | 49 | 7 | 26 | 132 | 3A | 27 |
| Octal | 235 | 52 | 222 | 0 | 111 | 7 | 46 | 462 | 72 | 47 |
| Binary | 10011101 | 101010 | 10010010 | 0 | 1001001 | 111 | 100110 | 100110010 | 111010 | 100111 |
Color Harmonies of #9D2A92
Complementary color
Monochromatic Colors of #9D2A92
Black with #9D2A92
Text Example
Text Example
White with #9D2A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2A92; }
p { color: rgb(157,42,146); }
H1.HeaderClassName
{
color: #9D2A92;
}
.AnyTagClassName
{
color: #9D2A92;
}
</style>
background-color css
<style>
a { background-color: #9D2A92; }
a { background-color: rgb(157,42,146); }
div.DivClassName
{
background-color: #9D2A92;
}
.BgClassName
{
background-color: #9D2A92;
}
</style>
border-color css
<style>
span { border-color: #9D2A92; }
span { border-color: rgb(157,42,146); }
td.TdClassName
{
border-color: #9D2A92;
}
.TagClassName
{
border-color: #9D2A92;
}
</style>