Shades of Dark Purple #9B3179
Tints of Dark Purple #9B3179
RGB
CMYK
RGB Variations
Color information
#9B3179 (or 0x9B3179) is known color: Dark Purple. HEX triplet: 9B, 31 and 79. RGB value is (155,49,121). Sum of RGB (Red+Green+Blue) = 155+49+121=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3179 is #64CE86. Grayscale: #585858. Windows color (decimal): -6606471 or 7942555. OLE color: 7942555.
HSL color Cylindrical-coordinate representation of color #9B3179: hue angle of 319.25º 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 #9B3179 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 49 | 121 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.39 |
| HSL | 319.25º | 0.52% | 0.4% | - |
| HSV(B) | 319.25º | 0.68% | 0.61% | - |
| XYZ | 18.07 | 10.55 | 19.17 | - |
| YUV | 88.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 49 | 121 | 0 | 0.68 | 0.22 | 0.39 | 319.25 | 0.52 | 0.4 |
| Hex | 9B | 31 | 79 | 0 | 44 | 16 | 27 | 13F | 34 | 28 |
| Octal | 233 | 61 | 171 | 0 | 104 | 26 | 47 | 477 | 64 | 50 |
| Binary | 10011011 | 110001 | 1111001 | 0 | 1000100 | 10110 | 100111 | 100111111 | 110100 | 101000 |
Color Harmonies of #9B3179
Complementary color
Monochromatic Colors of #9B3179
Black with #9B3179
Text Example
Text Example
White with #9B3179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3179; }
p { color: rgb(155,49,121); }
H1.HeaderClassName
{
color: #9B3179;
}
.AnyTagClassName
{
color: #9B3179;
}
</style>
background-color css
<style>
a { background-color: #9B3179; }
a { background-color: rgb(155,49,121); }
div.DivClassName
{
background-color: #9B3179;
}
.BgClassName
{
background-color: #9B3179;
}
</style>
border-color css
<style>
span { border-color: #9B3179; }
span { border-color: rgb(155,49,121); }
td.TdClassName
{
border-color: #9B3179;
}
.TagClassName
{
border-color: #9B3179;
}
</style>