Shades of Dark Purple #9B278E
Tints of Dark Purple #9B278E
RGB
CMYK
RGB Variations
Color information
#9B278E (or 0x9B278E) is known color: Dark Purple. HEX triplet: 9B, 27 and 8E. RGB value is (155,39,142). Sum of RGB (Red+Green+Blue) = 155+39+142=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B278E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B278E is #64D871. Grayscale: #555555. Windows color (decimal): -6609010 or 9316251. OLE color: 9316251.
HSL color Cylindrical-coordinate representation of color #9B278E: hue angle of 306.72º 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 #9B278E is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 39 | 142 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.39 |
| HSL | 306.72º | 0.6% | 0.38% | - |
| HSV(B) | 306.72º | 0.75% | 0.61% | - |
| XYZ | 19.13 | 10.37 | 26.59 | - |
| YUV | 85.43 | 159.93 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 39 | 142 | 0 | 0.75 | 0.08 | 0.39 | 306.72 | 0.6 | 0.38 |
| Hex | 9B | 27 | 8E | 0 | 4B | 8 | 27 | 133 | 3C | 26 |
| Octal | 233 | 47 | 216 | 0 | 113 | 10 | 47 | 463 | 74 | 46 |
| Binary | 10011011 | 100111 | 10001110 | 0 | 1001011 | 1000 | 100111 | 100110011 | 111100 | 100110 |
Color Harmonies of #9B278E
Complementary color
Monochromatic Colors of #9B278E
Black with #9B278E
Text Example
Text Example
White with #9B278E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B278E; }
p { color: rgb(155,39,142); }
H1.HeaderClassName
{
color: #9B278E;
}
.AnyTagClassName
{
color: #9B278E;
}
</style>
background-color css
<style>
a { background-color: #9B278E; }
a { background-color: rgb(155,39,142); }
div.DivClassName
{
background-color: #9B278E;
}
.BgClassName
{
background-color: #9B278E;
}
</style>
border-color css
<style>
span { border-color: #9B278E; }
span { border-color: rgb(155,39,142); }
td.TdClassName
{
border-color: #9B278E;
}
.TagClassName
{
border-color: #9B278E;
}
</style>