Shades of Dark Purple #9B2778
Tints of Dark Purple #9B2778
RGB
CMYK
RGB Variations
Color information
#9B2778 (or 0x9B2778) is known color: Dark Purple. HEX triplet: 9B, 27 and 78. RGB value is (155,39,120). Sum of RGB (Red+Green+Blue) = 155+39+120=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2778 is #64D887. Grayscale: #525252. Windows color (decimal): -6609032 or 7874459. OLE color: 7874459.
HSL color Cylindrical-coordinate representation of color #9B2778: hue angle of 318.1º 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 #9B2778 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 39 | 120 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.39 |
| HSL | 318.1º | 0.6% | 0.38% | - |
| HSV(B) | 318.1º | 0.75% | 0.61% | - |
| XYZ | 17.63 | 9.78 | 18.73 | - |
| YUV | 82.92 | 148.93 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 39 | 120 | 0 | 0.75 | 0.23 | 0.39 | 318.1 | 0.6 | 0.38 |
| Hex | 9B | 27 | 78 | 0 | 4B | 17 | 27 | 13E | 3C | 26 |
| Octal | 233 | 47 | 170 | 0 | 113 | 27 | 47 | 476 | 74 | 46 |
| Binary | 10011011 | 100111 | 1111000 | 0 | 1001011 | 10111 | 100111 | 100111110 | 111100 | 100110 |
Color Harmonies of #9B2778
Complementary color
Monochromatic Colors of #9B2778
Black with #9B2778
Text Example
Text Example
White with #9B2778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2778; }
p { color: rgb(155,39,120); }
H1.HeaderClassName
{
color: #9B2778;
}
.AnyTagClassName
{
color: #9B2778;
}
</style>
background-color css
<style>
a { background-color: #9B2778; }
a { background-color: rgb(155,39,120); }
div.DivClassName
{
background-color: #9B2778;
}
.BgClassName
{
background-color: #9B2778;
}
</style>
border-color css
<style>
span { border-color: #9B2778; }
span { border-color: rgb(155,39,120); }
td.TdClassName
{
border-color: #9B2778;
}
.TagClassName
{
border-color: #9B2778;
}
</style>