Shades of Dark Purple #9B1883
Tints of Dark Purple #9B1883
RGB
CMYK
RGB Variations
Color information
#9B1883 (or 0x9B1883) is known color: Dark Purple. HEX triplet: 9B, 18 and 83. RGB value is (155,24,131). Sum of RGB (Red+Green+Blue) = 155+24+131=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1883 is #64E77C. Grayscale: #4B4B4B. Windows color (decimal): -6612861 or 8591515. OLE color: 8591515.
HSL color Cylindrical-coordinate representation of color #9B1883: hue angle of 310.99º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B1883 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 24 | 131 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.39 |
| HSL | 310.99º | 0.73% | 0.35% | - |
| HSV(B) | 310.99º | 0.85% | 0.61% | - |
| XYZ | 17.94 | 9.26 | 22.31 | - |
| YUV | 75.37 | 159.4 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 24 | 131 | 0 | 0.85 | 0.15 | 0.39 | 310.99 | 0.73 | 0.35 |
| Hex | 9B | 18 | 83 | 0 | 55 | F | 27 | 137 | 49 | 23 |
| Octal | 233 | 30 | 203 | 0 | 125 | 17 | 47 | 467 | 111 | 43 |
| Binary | 10011011 | 11000 | 10000011 | 0 | 1010101 | 1111 | 100111 | 100110111 | 1001001 | 100011 |
Color Harmonies of #9B1883
Complementary color
Monochromatic Colors of #9B1883
Black with #9B1883
Text Example
Text Example
White with #9B1883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1883; }
p { color: rgb(155,24,131); }
H1.HeaderClassName
{
color: #9B1883;
}
.AnyTagClassName
{
color: #9B1883;
}
</style>
background-color css
<style>
a { background-color: #9B1883; }
a { background-color: rgb(155,24,131); }
div.DivClassName
{
background-color: #9B1883;
}
.BgClassName
{
background-color: #9B1883;
}
</style>
border-color css
<style>
span { border-color: #9B1883; }
span { border-color: rgb(155,24,131); }
td.TdClassName
{
border-color: #9B1883;
}
.TagClassName
{
border-color: #9B1883;
}
</style>