Shades of Dark Purple #9B197A
Tints of Dark Purple #9B197A
RGB
CMYK
RGB Variations
Color information
#9B197A (or 0x9B197A) is known color: Dark Purple. HEX triplet: 9B, 19 and 7A. RGB value is (155,25,122). Sum of RGB (Red+Green+Blue) = 155+25+122=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B197A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B197A is #64E685. Grayscale: #4A4A4A. Windows color (decimal): -6612614 or 8001947. OLE color: 8001947.
HSL color Cylindrical-coordinate representation of color #9B197A: hue angle of 315.23º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B197A is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 25 | 122 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.39 |
| HSL | 315.23º | 0.72% | 0.35% | - |
| HSV(B) | 315.23º | 0.84% | 0.61% | - |
| XYZ | 17.38 | 9.07 | 19.25 | - |
| YUV | 74.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 25 | 122 | 0 | 0.84 | 0.21 | 0.39 | 315.23 | 0.72 | 0.35 |
| Hex | 9B | 19 | 7A | 0 | 54 | 15 | 27 | 13B | 48 | 23 |
| Octal | 233 | 31 | 172 | 0 | 124 | 25 | 47 | 473 | 110 | 43 |
| Binary | 10011011 | 11001 | 1111010 | 0 | 1010100 | 10101 | 100111 | 100111011 | 1001000 | 100011 |
Color Harmonies of #9B197A
Complementary color
Monochromatic Colors of #9B197A
Black with #9B197A
Text Example
Text Example
White with #9B197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B197A; }
p { color: rgb(155,25,122); }
H1.HeaderClassName
{
color: #9B197A;
}
.AnyTagClassName
{
color: #9B197A;
}
</style>
background-color css
<style>
a { background-color: #9B197A; }
a { background-color: rgb(155,25,122); }
div.DivClassName
{
background-color: #9B197A;
}
.BgClassName
{
background-color: #9B197A;
}
</style>
border-color css
<style>
span { border-color: #9B197A; }
span { border-color: rgb(155,25,122); }
td.TdClassName
{
border-color: #9B197A;
}
.TagClassName
{
border-color: #9B197A;
}
</style>