Shades of Dark Purple #9B287F
Tints of Dark Purple #9B287F
RGB
CMYK
RGB Variations
Color information
#9B287F (or 0x9B287F) is known color: Dark Purple. HEX triplet: 9B, 28 and 7F. RGB value is (155,40,127). Sum of RGB (Red+Green+Blue) = 155+40+127=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B287F is #64D780. Grayscale: #545454. Windows color (decimal): -6608769 or 8333467. OLE color: 8333467.
HSL color Cylindrical-coordinate representation of color #9B287F: hue angle of 314.61º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B287F is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 127 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.39 |
| HSL | 314.61º | 0.59% | 0.38% | - |
| HSV(B) | 314.61º | 0.74% | 0.61% | - |
| XYZ | 18.11 | 10.02 | 21.06 | - |
| YUV | 84.3 | 152.1 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 127 | 0 | 0.74 | 0.18 | 0.39 | 314.61 | 0.59 | 0.38 |
| Hex | 9B | 28 | 7F | 0 | 4A | 12 | 27 | 13B | 3B | 26 |
| Octal | 233 | 50 | 177 | 0 | 112 | 22 | 47 | 473 | 73 | 46 |
| Binary | 10011011 | 101000 | 1111111 | 0 | 1001010 | 10010 | 100111 | 100111011 | 111011 | 100110 |
Color Harmonies of #9B287F
Complementary color
Monochromatic Colors of #9B287F
Black with #9B287F
Text Example
Text Example
White with #9B287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B287F; }
p { color: rgb(155,40,127); }
H1.HeaderClassName
{
color: #9B287F;
}
.AnyTagClassName
{
color: #9B287F;
}
</style>
background-color css
<style>
a { background-color: #9B287F; }
a { background-color: rgb(155,40,127); }
div.DivClassName
{
background-color: #9B287F;
}
.BgClassName
{
background-color: #9B287F;
}
</style>
border-color css
<style>
span { border-color: #9B287F; }
span { border-color: rgb(155,40,127); }
td.TdClassName
{
border-color: #9B287F;
}
.TagClassName
{
border-color: #9B287F;
}
</style>