Shades of Dark Purple #9B2470
Tints of Dark Purple #9B2470
RGB
CMYK
RGB Variations
Color information
#9B2470 (or 0x9B2470) is known color: Dark Purple. HEX triplet: 9B, 24 and 70. RGB value is (155,36,112). Sum of RGB (Red+Green+Blue) = 155+36+112=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2470 is #64DB8F. Grayscale: #505050. Windows color (decimal): -6609808 or 7349403. OLE color: 7349403.
HSL color Cylindrical-coordinate representation of color #9B2470: hue angle of 321.68º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2470 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 36 | 112 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.39 |
| HSL | 321.68º | 0.62% | 0.37% | - |
| HSV(B) | 321.68º | 0.77% | 0.61% | - |
| XYZ | 17.07 | 9.4 | 16.24 | - |
| YUV | 80.25 | 145.92 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 36 | 112 | 0 | 0.77 | 0.28 | 0.39 | 321.68 | 0.62 | 0.37 |
| Hex | 9B | 24 | 70 | 0 | 4D | 1C | 27 | 142 | 3E | 25 |
| Octal | 233 | 44 | 160 | 0 | 115 | 34 | 47 | 502 | 76 | 45 |
| Binary | 10011011 | 100100 | 1110000 | 0 | 1001101 | 11100 | 100111 | 101000010 | 111110 | 100101 |
Color Harmonies of #9B2470
Complementary color
Monochromatic Colors of #9B2470
Black with #9B2470
Text Example
Text Example
White with #9B2470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2470; }
p { color: rgb(155,36,112); }
H1.HeaderClassName
{
color: #9B2470;
}
.AnyTagClassName
{
color: #9B2470;
}
</style>
background-color css
<style>
a { background-color: #9B2470; }
a { background-color: rgb(155,36,112); }
div.DivClassName
{
background-color: #9B2470;
}
.BgClassName
{
background-color: #9B2470;
}
</style>
border-color css
<style>
span { border-color: #9B2470; }
span { border-color: rgb(155,36,112); }
td.TdClassName
{
border-color: #9B2470;
}
.TagClassName
{
border-color: #9B2470;
}
</style>