Shades of Dark Purple #9B1B8F
Tints of Dark Purple #9B1B8F
RGB
CMYK
RGB Variations
Color information
#9B1B8F (or 0x9B1B8F) is known color: Dark Purple. HEX triplet: 9B, 1B and 8F. RGB value is (155,27,143). Sum of RGB (Red+Green+Blue) = 155+27+143=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1B8F is #64E470. Grayscale: #4E4E4E. Windows color (decimal): -6612081 or 9378715. OLE color: 9378715.
HSL color Cylindrical-coordinate representation of color #9B1B8F: hue angle of 305.62º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1B8F is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 27 | 143 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.39 |
| HSL | 305.63º | 0.7% | 0.36% | - |
| HSV(B) | 305.63º | 0.83% | 0.61% | - |
| XYZ | 18.87 | 9.74 | 26.87 | - |
| YUV | 78.5 | 164.41 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 27 | 143 | 0 | 0.83 | 0.08 | 0.39 | 305.63 | 0.7 | 0.36 |
| Hex | 9B | 1B | 8F | 0 | 53 | 8 | 27 | 132 | 46 | 24 |
| Octal | 233 | 33 | 217 | 0 | 123 | 10 | 47 | 462 | 106 | 44 |
| Binary | 10011011 | 11011 | 10001111 | 0 | 1010011 | 1000 | 100111 | 100110010 | 1000110 | 100100 |
Color Harmonies of #9B1B8F
Complementary color
Monochromatic Colors of #9B1B8F
Black with #9B1B8F
Text Example
Text Example
White with #9B1B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1B8F; }
p { color: rgb(155,27,143); }
H1.HeaderClassName
{
color: #9B1B8F;
}
.AnyTagClassName
{
color: #9B1B8F;
}
</style>
background-color css
<style>
a { background-color: #9B1B8F; }
a { background-color: rgb(155,27,143); }
div.DivClassName
{
background-color: #9B1B8F;
}
.BgClassName
{
background-color: #9B1B8F;
}
</style>
border-color css
<style>
span { border-color: #9B1B8F; }
span { border-color: rgb(155,27,143); }
td.TdClassName
{
border-color: #9B1B8F;
}
.TagClassName
{
border-color: #9B1B8F;
}
</style>