Shades of Dark Purple #9B3178
Tints of Dark Purple #9B3178
RGB
CMYK
RGB Variations
Color information
#9B3178 (or 0x9B3178) is known color: Dark Purple. HEX triplet: 9B, 31 and 78. RGB value is (155,49,120). Sum of RGB (Red+Green+Blue) = 155+49+120=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3178 is #64CE87. Grayscale: #585858. Windows color (decimal): -6606472 or 7877019. OLE color: 7877019.
HSL color Cylindrical-coordinate representation of color #9B3178: hue angle of 319.81º 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 #9B3178 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 49 | 120 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.39 |
| HSL | 319.81º | 0.52% | 0.4% | - |
| HSV(B) | 319.81º | 0.68% | 0.61% | - |
| XYZ | 18.01 | 10.52 | 18.85 | - |
| YUV | 88.79 | 145.62 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 49 | 120 | 0 | 0.68 | 0.23 | 0.39 | 319.81 | 0.52 | 0.4 |
| Hex | 9B | 31 | 78 | 0 | 44 | 17 | 27 | 140 | 34 | 28 |
| Octal | 233 | 61 | 170 | 0 | 104 | 27 | 47 | 500 | 64 | 50 |
| Binary | 10011011 | 110001 | 1111000 | 0 | 1000100 | 10111 | 100111 | 101000000 | 110100 | 101000 |
Color Harmonies of #9B3178
Complementary color
Monochromatic Colors of #9B3178
Black with #9B3178
Text Example
Text Example
White with #9B3178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3178; }
p { color: rgb(155,49,120); }
H1.HeaderClassName
{
color: #9B3178;
}
.AnyTagClassName
{
color: #9B3178;
}
</style>
background-color css
<style>
a { background-color: #9B3178; }
a { background-color: rgb(155,49,120); }
div.DivClassName
{
background-color: #9B3178;
}
.BgClassName
{
background-color: #9B3178;
}
</style>
border-color css
<style>
span { border-color: #9B3178; }
span { border-color: rgb(155,49,120); }
td.TdClassName
{
border-color: #9B3178;
}
.TagClassName
{
border-color: #9B3178;
}
</style>