Shades of Dark Purple #9B2C77
Tints of Dark Purple #9B2C77
RGB
CMYK
RGB Variations
Color information
#9B2C77 (or 0x9B2C77) is known color: Dark Purple. HEX triplet: 9B, 2C and 77. RGB value is (155,44,119). Sum of RGB (Red+Green+Blue) = 155+44+119=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2C77 is #64D388. Grayscale: #555555. Windows color (decimal): -6607753 or 7810203. OLE color: 7810203.
HSL color Cylindrical-coordinate representation of color #9B2C77: hue angle of 319.46º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B2C77 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 44 | 119 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.39 |
| HSL | 319.46º | 0.56% | 0.39% | - |
| HSV(B) | 319.46º | 0.72% | 0.61% | - |
| XYZ | 17.75 | 10.1 | 18.47 | - |
| YUV | 85.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 44 | 119 | 0 | 0.72 | 0.23 | 0.39 | 319.46 | 0.56 | 0.39 |
| Hex | 9B | 2C | 77 | 0 | 48 | 17 | 27 | 13F | 38 | 27 |
| Octal | 233 | 54 | 167 | 0 | 110 | 27 | 47 | 477 | 70 | 47 |
| Binary | 10011011 | 101100 | 1110111 | 0 | 1001000 | 10111 | 100111 | 100111111 | 111000 | 100111 |
Color Harmonies of #9B2C77
Complementary color
Monochromatic Colors of #9B2C77
Black with #9B2C77
Text Example
Text Example
White with #9B2C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2C77; }
p { color: rgb(155,44,119); }
H1.HeaderClassName
{
color: #9B2C77;
}
.AnyTagClassName
{
color: #9B2C77;
}
</style>
background-color css
<style>
a { background-color: #9B2C77; }
a { background-color: rgb(155,44,119); }
div.DivClassName
{
background-color: #9B2C77;
}
.BgClassName
{
background-color: #9B2C77;
}
</style>
border-color css
<style>
span { border-color: #9B2C77; }
span { border-color: rgb(155,44,119); }
td.TdClassName
{
border-color: #9B2C77;
}
.TagClassName
{
border-color: #9B2C77;
}
</style>