Shades of Dark Purple #9B197D
Tints of Dark Purple #9B197D
RGB
CMYK
RGB Variations
Color information
#9B197D (or 0x9B197D) is known color: Dark Purple. HEX triplet: 9B, 19 and 7D. RGB value is (155,25,125). Sum of RGB (Red+Green+Blue) = 155+25+125=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B197D is #64E682. Grayscale: #4B4B4B. Windows color (decimal): -6612611 or 8198555. OLE color: 8198555.
HSL color Cylindrical-coordinate representation of color #9B197D: hue angle of 313.85º 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 #9B197D is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 25 | 125 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.39 |
| HSL | 313.85º | 0.72% | 0.35% | - |
| HSV(B) | 313.85º | 0.84% | 0.61% | - |
| XYZ | 17.57 | 9.14 | 20.24 | - |
| YUV | 75.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 25 | 125 | 0 | 0.84 | 0.19 | 0.39 | 313.85 | 0.72 | 0.35 |
| Hex | 9B | 19 | 7D | 0 | 54 | 13 | 27 | 13A | 48 | 23 |
| Octal | 233 | 31 | 175 | 0 | 124 | 23 | 47 | 472 | 110 | 43 |
| Binary | 10011011 | 11001 | 1111101 | 0 | 1010100 | 10011 | 100111 | 100111010 | 1001000 | 100011 |
Color Harmonies of #9B197D
Complementary color
Monochromatic Colors of #9B197D
Black with #9B197D
Text Example
Text Example
White with #9B197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B197D; }
p { color: rgb(155,25,125); }
H1.HeaderClassName
{
color: #9B197D;
}
.AnyTagClassName
{
color: #9B197D;
}
</style>
background-color css
<style>
a { background-color: #9B197D; }
a { background-color: rgb(155,25,125); }
div.DivClassName
{
background-color: #9B197D;
}
.BgClassName
{
background-color: #9B197D;
}
</style>
border-color css
<style>
span { border-color: #9B197D; }
span { border-color: rgb(155,25,125); }
td.TdClassName
{
border-color: #9B197D;
}
.TagClassName
{
border-color: #9B197D;
}
</style>