Shades of Dark Purple #9B1675
Tints of Dark Purple #9B1675
RGB
CMYK
RGB Variations
Color information
#9B1675 (or 0x9B1675) is known color: Dark Purple. HEX triplet: 9B, 16 and 75. RGB value is (155,22,117). Sum of RGB (Red+Green+Blue) = 155+22+117=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1675 is #64E98A. Grayscale: #484848. Windows color (decimal): -6613387 or 7673499. OLE color: 7673499.
HSL color Cylindrical-coordinate representation of color #9B1675: hue angle of 317.14º 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 #9B1675 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 22 | 117 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.39 |
| HSL | 317.14º | 0.75% | 0.35% | - |
| HSV(B) | 317.14º | 0.86% | 0.61% | - |
| XYZ | 17.02 | 8.83 | 17.64 | - |
| YUV | 72.6 | 153.06 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 22 | 117 | 0 | 0.86 | 0.25 | 0.39 | 317.14 | 0.75 | 0.35 |
| Hex | 9B | 16 | 75 | 0 | 56 | 19 | 27 | 13D | 4B | 23 |
| Octal | 233 | 26 | 165 | 0 | 126 | 31 | 47 | 475 | 113 | 43 |
| Binary | 10011011 | 10110 | 1110101 | 0 | 1010110 | 11001 | 100111 | 100111101 | 1001011 | 100011 |
Color Harmonies of #9B1675
Complementary color
Monochromatic Colors of #9B1675
Black with #9B1675
Text Example
Text Example
White with #9B1675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1675; }
p { color: rgb(155,22,117); }
H1.HeaderClassName
{
color: #9B1675;
}
.AnyTagClassName
{
color: #9B1675;
}
</style>
background-color css
<style>
a { background-color: #9B1675; }
a { background-color: rgb(155,22,117); }
div.DivClassName
{
background-color: #9B1675;
}
.BgClassName
{
background-color: #9B1675;
}
</style>
border-color css
<style>
span { border-color: #9B1675; }
span { border-color: rgb(155,22,117); }
td.TdClassName
{
border-color: #9B1675;
}
.TagClassName
{
border-color: #9B1675;
}
</style>