Shades of Dark Purple #9B2C70
Tints of Dark Purple #9B2C70
RGB
CMYK
RGB Variations
Color information
#9B2C70 (or 0x9B2C70) is known color: Dark Purple. HEX triplet: 9B, 2C and 70. RGB value is (155,44,112). Sum of RGB (Red+Green+Blue) = 155+44+112=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2C70 is #64D38F. Grayscale: #545454. Windows color (decimal): -6607760 or 7351451. OLE color: 7351451.
HSL color Cylindrical-coordinate representation of color #9B2C70: hue angle of 323.24º 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 #9B2C70 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 44 | 112 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.39 |
| HSL | 323.24º | 0.56% | 0.39% | - |
| HSV(B) | 323.24º | 0.72% | 0.61% | - |
| XYZ | 17.34 | 9.94 | 16.33 | - |
| YUV | 84.94 | 143.27 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 44 | 112 | 0 | 0.72 | 0.28 | 0.39 | 323.24 | 0.56 | 0.39 |
| Hex | 9B | 2C | 70 | 0 | 48 | 1C | 27 | 143 | 38 | 27 |
| Octal | 233 | 54 | 160 | 0 | 110 | 34 | 47 | 503 | 70 | 47 |
| Binary | 10011011 | 101100 | 1110000 | 0 | 1001000 | 11100 | 100111 | 101000011 | 111000 | 100111 |
Color Harmonies of #9B2C70
Complementary color
Monochromatic Colors of #9B2C70
Black with #9B2C70
Text Example
Text Example
White with #9B2C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2C70; }
p { color: rgb(155,44,112); }
H1.HeaderClassName
{
color: #9B2C70;
}
.AnyTagClassName
{
color: #9B2C70;
}
</style>
background-color css
<style>
a { background-color: #9B2C70; }
a { background-color: rgb(155,44,112); }
div.DivClassName
{
background-color: #9B2C70;
}
.BgClassName
{
background-color: #9B2C70;
}
</style>
border-color css
<style>
span { border-color: #9B2C70; }
span { border-color: rgb(155,44,112); }
td.TdClassName
{
border-color: #9B2C70;
}
.TagClassName
{
border-color: #9B2C70;
}
</style>