Shades of Dark Purple #9B298F
Tints of Dark Purple #9B298F
RGB
CMYK
RGB Variations
Color information
#9B298F (or 0x9B298F) is known color: Dark Purple. HEX triplet: 9B, 29 and 8F. RGB value is (155,41,143). Sum of RGB (Red+Green+Blue) = 155+41+143=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B298F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B298F is #64D670. Grayscale: #565656. Windows color (decimal): -6608497 or 9382299. OLE color: 9382299.
HSL color Cylindrical-coordinate representation of color #9B298F: hue angle of 306.32º degrees, saturation: 0.58, 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 #9B298F is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 41 | 143 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.39 |
| HSL | 306.32º | 0.58% | 0.38% | - |
| HSV(B) | 306.32º | 0.74% | 0.61% | - |
| XYZ | 19.27 | 10.54 | 27.01 | - |
| YUV | 86.71 | 159.77 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 41 | 143 | 0 | 0.74 | 0.08 | 0.39 | 306.32 | 0.58 | 0.38 |
| Hex | 9B | 29 | 8F | 0 | 4A | 8 | 27 | 132 | 3A | 26 |
| Octal | 233 | 51 | 217 | 0 | 112 | 10 | 47 | 462 | 72 | 46 |
| Binary | 10011011 | 101001 | 10001111 | 0 | 1001010 | 1000 | 100111 | 100110010 | 111010 | 100110 |
Color Harmonies of #9B298F
Complementary color
Monochromatic Colors of #9B298F
Black with #9B298F
Text Example
Text Example
White with #9B298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B298F; }
p { color: rgb(155,41,143); }
H1.HeaderClassName
{
color: #9B298F;
}
.AnyTagClassName
{
color: #9B298F;
}
</style>
background-color css
<style>
a { background-color: #9B298F; }
a { background-color: rgb(155,41,143); }
div.DivClassName
{
background-color: #9B298F;
}
.BgClassName
{
background-color: #9B298F;
}
</style>
border-color css
<style>
span { border-color: #9B298F; }
span { border-color: rgb(155,41,143); }
td.TdClassName
{
border-color: #9B298F;
}
.TagClassName
{
border-color: #9B298F;
}
</style>