Shades of Dark Purple #9B2793
Tints of Dark Purple #9B2793
RGB
CMYK
RGB Variations
Color information
#9B2793 (or 0x9B2793) is known color: Dark Purple. HEX triplet: 9B, 27 and 93. RGB value is (155,39,147). Sum of RGB (Red+Green+Blue) = 155+39+147=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2793 is #64D86C. Grayscale: #555555. Windows color (decimal): -6609005 or 9643931. OLE color: 9643931.
HSL color Cylindrical-coordinate representation of color #9B2793: hue angle of 304.14º 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 #9B2793 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 39 | 147 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.39 |
| HSL | 304.14º | 0.6% | 0.38% | - |
| HSV(B) | 304.14º | 0.75% | 0.61% | - |
| XYZ | 19.51 | 10.53 | 28.61 | - |
| YUV | 86 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 39 | 147 | 0 | 0.75 | 0.05 | 0.39 | 304.14 | 0.6 | 0.38 |
| Hex | 9B | 27 | 93 | 0 | 4B | 5 | 27 | 130 | 3C | 26 |
| Octal | 233 | 47 | 223 | 0 | 113 | 5 | 47 | 460 | 74 | 46 |
| Binary | 10011011 | 100111 | 10010011 | 0 | 1001011 | 101 | 100111 | 100110000 | 111100 | 100110 |
Color Harmonies of #9B2793
Complementary color
Monochromatic Colors of #9B2793
Black with #9B2793
Text Example
Text Example
White with #9B2793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2793; }
p { color: rgb(155,39,147); }
H1.HeaderClassName
{
color: #9B2793;
}
.AnyTagClassName
{
color: #9B2793;
}
</style>
background-color css
<style>
a { background-color: #9B2793; }
a { background-color: rgb(155,39,147); }
div.DivClassName
{
background-color: #9B2793;
}
.BgClassName
{
background-color: #9B2793;
}
</style>
border-color css
<style>
span { border-color: #9B2793; }
span { border-color: rgb(155,39,147); }
td.TdClassName
{
border-color: #9B2793;
}
.TagClassName
{
border-color: #9B2793;
}
</style>