Shades of Dark Purple #9B2883
Tints of Dark Purple #9B2883
RGB
CMYK
RGB Variations
Color information
#9B2883 (or 0x9B2883) is known color: Dark Purple. HEX triplet: 9B, 28 and 83. RGB value is (155,40,131). Sum of RGB (Red+Green+Blue) = 155+40+131=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2883 is #64D77C. Grayscale: #545454. Windows color (decimal): -6608765 or 8595611. OLE color: 8595611.
HSL color Cylindrical-coordinate representation of color #9B2883: hue angle of 312.52º 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 #9B2883 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 131 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.39 |
| HSL | 312.52º | 0.59% | 0.38% | - |
| HSV(B) | 312.52º | 0.74% | 0.61% | - |
| XYZ | 18.37 | 10.12 | 22.46 | - |
| YUV | 84.76 | 154.1 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 131 | 0 | 0.74 | 0.15 | 0.39 | 312.52 | 0.59 | 0.38 |
| Hex | 9B | 28 | 83 | 0 | 4A | F | 27 | 139 | 3B | 26 |
| Octal | 233 | 50 | 203 | 0 | 112 | 17 | 47 | 471 | 73 | 46 |
| Binary | 10011011 | 101000 | 10000011 | 0 | 1001010 | 1111 | 100111 | 100111001 | 111011 | 100110 |
Color Harmonies of #9B2883
Complementary color
Monochromatic Colors of #9B2883
Black with #9B2883
Text Example
Text Example
White with #9B2883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2883; }
p { color: rgb(155,40,131); }
H1.HeaderClassName
{
color: #9B2883;
}
.AnyTagClassName
{
color: #9B2883;
}
</style>
background-color css
<style>
a { background-color: #9B2883; }
a { background-color: rgb(155,40,131); }
div.DivClassName
{
background-color: #9B2883;
}
.BgClassName
{
background-color: #9B2883;
}
</style>
border-color css
<style>
span { border-color: #9B2883; }
span { border-color: rgb(155,40,131); }
td.TdClassName
{
border-color: #9B2883;
}
.TagClassName
{
border-color: #9B2883;
}
</style>