Shades of Dark Purple #9B3177
Tints of Dark Purple #9B3177
RGB
CMYK
RGB Variations
Color information
#9B3177 (or 0x9B3177) is known color: Dark Purple. HEX triplet: 9B, 31 and 77. RGB value is (155,49,119). Sum of RGB (Red+Green+Blue) = 155+49+119=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3177 is #64CE88. Grayscale: #585858. Windows color (decimal): -6606473 or 7811483. OLE color: 7811483.
HSL color Cylindrical-coordinate representation of color #9B3177: hue angle of 320.38º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B3177 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 49 | 119 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.39 |
| HSL | 320.38º | 0.52% | 0.4% | - |
| HSV(B) | 320.38º | 0.68% | 0.61% | - |
| XYZ | 17.95 | 10.5 | 18.53 | - |
| YUV | 88.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 49 | 119 | 0 | 0.68 | 0.23 | 0.39 | 320.38 | 0.52 | 0.4 |
| Hex | 9B | 31 | 77 | 0 | 44 | 17 | 27 | 140 | 34 | 28 |
| Octal | 233 | 61 | 167 | 0 | 104 | 27 | 47 | 500 | 64 | 50 |
| Binary | 10011011 | 110001 | 1110111 | 0 | 1000100 | 10111 | 100111 | 101000000 | 110100 | 101000 |
Color Harmonies of #9B3177
Complementary color
Monochromatic Colors of #9B3177
Black with #9B3177
Text Example
Text Example
White with #9B3177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3177; }
p { color: rgb(155,49,119); }
H1.HeaderClassName
{
color: #9B3177;
}
.AnyTagClassName
{
color: #9B3177;
}
</style>
background-color css
<style>
a { background-color: #9B3177; }
a { background-color: rgb(155,49,119); }
div.DivClassName
{
background-color: #9B3177;
}
.BgClassName
{
background-color: #9B3177;
}
</style>
border-color css
<style>
span { border-color: #9B3177; }
span { border-color: rgb(155,49,119); }
td.TdClassName
{
border-color: #9B3177;
}
.TagClassName
{
border-color: #9B3177;
}
</style>