Shades of Dark Purple #9B2790
Tints of Dark Purple #9B2790
RGB
CMYK
RGB Variations
Color information
#9B2790 (or 0x9B2790) is known color: Dark Purple. HEX triplet: 9B, 27 and 90. RGB value is (155,39,144). Sum of RGB (Red+Green+Blue) = 155+39+144=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2790 is #64D86F. Grayscale: #555555. Windows color (decimal): -6609008 or 9447323. OLE color: 9447323.
HSL color Cylindrical-coordinate representation of color #9B2790: hue angle of 305.69º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B2790 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 39 | 144 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.39 |
| HSL | 305.69º | 0.6% | 0.38% | - |
| HSV(B) | 305.69º | 0.75% | 0.61% | - |
| XYZ | 19.28 | 10.43 | 27.38 | - |
| YUV | 85.65 | 160.93 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 39 | 144 | 0 | 0.75 | 0.07 | 0.39 | 305.69 | 0.6 | 0.38 |
| Hex | 9B | 27 | 90 | 0 | 4B | 7 | 27 | 132 | 3C | 26 |
| Octal | 233 | 47 | 220 | 0 | 113 | 7 | 47 | 462 | 74 | 46 |
| Binary | 10011011 | 100111 | 10010000 | 0 | 1001011 | 111 | 100111 | 100110010 | 111100 | 100110 |
Color Harmonies of #9B2790
Complementary color
Monochromatic Colors of #9B2790
Black with #9B2790
Text Example
Text Example
White with #9B2790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2790; }
p { color: rgb(155,39,144); }
H1.HeaderClassName
{
color: #9B2790;
}
.AnyTagClassName
{
color: #9B2790;
}
</style>
background-color css
<style>
a { background-color: #9B2790; }
a { background-color: rgb(155,39,144); }
div.DivClassName
{
background-color: #9B2790;
}
.BgClassName
{
background-color: #9B2790;
}
</style>
border-color css
<style>
span { border-color: #9B2790; }
span { border-color: rgb(155,39,144); }
td.TdClassName
{
border-color: #9B2790;
}
.TagClassName
{
border-color: #9B2790;
}
</style>