Shades of Dark Purple #9B167F
Tints of Dark Purple #9B167F
RGB
CMYK
RGB Variations
Color information
#9B167F (or 0x9B167F) is known color: Dark Purple. HEX triplet: 9B, 16 and 7F. RGB value is (155,22,127). Sum of RGB (Red+Green+Blue) = 155+22+127=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B167F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B167F is #64E980. Grayscale: #494949. Windows color (decimal): -6613377 or 8328859. OLE color: 8328859.
HSL color Cylindrical-coordinate representation of color #9B167F: hue angle of 312.63º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B167F is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 22 | 127 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.39 |
| HSL | 312.63º | 0.75% | 0.35% | - |
| HSV(B) | 312.63º | 0.86% | 0.61% | - |
| XYZ | 17.64 | 9.07 | 20.9 | - |
| YUV | 73.74 | 158.06 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 22 | 127 | 0 | 0.86 | 0.18 | 0.39 | 312.63 | 0.75 | 0.35 |
| Hex | 9B | 16 | 7F | 0 | 56 | 12 | 27 | 139 | 4B | 23 |
| Octal | 233 | 26 | 177 | 0 | 126 | 22 | 47 | 471 | 113 | 43 |
| Binary | 10011011 | 10110 | 1111111 | 0 | 1010110 | 10010 | 100111 | 100111001 | 1001011 | 100011 |
Color Harmonies of #9B167F
Complementary color
Monochromatic Colors of #9B167F
Black with #9B167F
Text Example
Text Example
White with #9B167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B167F; }
p { color: rgb(155,22,127); }
H1.HeaderClassName
{
color: #9B167F;
}
.AnyTagClassName
{
color: #9B167F;
}
</style>
background-color css
<style>
a { background-color: #9B167F; }
a { background-color: rgb(155,22,127); }
div.DivClassName
{
background-color: #9B167F;
}
.BgClassName
{
background-color: #9B167F;
}
</style>
border-color css
<style>
span { border-color: #9B167F; }
span { border-color: rgb(155,22,127); }
td.TdClassName
{
border-color: #9B167F;
}
.TagClassName
{
border-color: #9B167F;
}
</style>