Shades of Dark Purple #9B3076
Tints of Dark Purple #9B3076
RGB
CMYK
RGB Variations
Color information
#9B3076 (or 0x9B3076) is known color: Dark Purple. HEX triplet: 9B, 30 and 76. RGB value is (155,48,118). Sum of RGB (Red+Green+Blue) = 155+48+118=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3076 is #64CF89. Grayscale: #575757. Windows color (decimal): -6606730 or 7745691. OLE color: 7745691.
HSL color Cylindrical-coordinate representation of color #9B3076: hue angle of 320.75º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B3076 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 48 | 118 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.39 |
| HSL | 320.75º | 0.53% | 0.4% | - |
| HSV(B) | 320.75º | 0.69% | 0.61% | - |
| XYZ | 17.84 | 10.39 | 18.2 | - |
| YUV | 87.97 | 144.95 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 48 | 118 | 0 | 0.69 | 0.24 | 0.39 | 320.75 | 0.53 | 0.4 |
| Hex | 9B | 30 | 76 | 0 | 45 | 18 | 27 | 141 | 35 | 28 |
| Octal | 233 | 60 | 166 | 0 | 105 | 30 | 47 | 501 | 65 | 50 |
| Binary | 10011011 | 110000 | 1110110 | 0 | 1000101 | 11000 | 100111 | 101000001 | 110101 | 101000 |
Color Harmonies of #9B3076
Complementary color
Monochromatic Colors of #9B3076
Black with #9B3076
Text Example
Text Example
White with #9B3076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3076; }
p { color: rgb(155,48,118); }
H1.HeaderClassName
{
color: #9B3076;
}
.AnyTagClassName
{
color: #9B3076;
}
</style>
background-color css
<style>
a { background-color: #9B3076; }
a { background-color: rgb(155,48,118); }
div.DivClassName
{
background-color: #9B3076;
}
.BgClassName
{
background-color: #9B3076;
}
</style>
border-color css
<style>
span { border-color: #9B3076; }
span { border-color: rgb(155,48,118); }
td.TdClassName
{
border-color: #9B3076;
}
.TagClassName
{
border-color: #9B3076;
}
</style>