Shades of Dark Purple #8B1675
Tints of Dark Purple #8B1675
RGB
CMYK
RGB Variations
Color information
#8B1675 (or 0x8B1675) is known color: Dark Purple. HEX triplet: 8B, 16 and 75. RGB value is (139,22,117). Sum of RGB (Red+Green+Blue) = 139+22+117=278 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1675 is #74E98A. Grayscale: #434343. Windows color (decimal): -7661963 or 7673483. OLE color: 7673483.
HSL color Cylindrical-coordinate representation of color #8B1675: hue angle of 311.28º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B1675 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 22 | 117 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.45 |
| HSL | 311.28º | 0.73% | 0.32% | - |
| HSV(B) | 311.28º | 0.84% | 0.55% | - |
| XYZ | 14.15 | 7.35 | 17.5 | - |
| YUV | 67.81 | 155.76 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 22 | 117 | 0 | 0.84 | 0.16 | 0.45 | 311.28 | 0.73 | 0.32 |
| Hex | 8B | 16 | 75 | 0 | 54 | 10 | 2D | 137 | 49 | 20 |
| Octal | 213 | 26 | 165 | 0 | 124 | 20 | 55 | 467 | 111 | 40 |
| Binary | 10001011 | 10110 | 1110101 | 0 | 1010100 | 10000 | 101101 | 100110111 | 1001001 | 100000 |
Color Harmonies of #8B1675
Complementary color
Monochromatic Colors of #8B1675
Black with #8B1675
Text Example
Text Example
White with #8B1675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1675; }
p { color: rgb(139,22,117); }
H1.HeaderClassName
{
color: #8B1675;
}
.AnyTagClassName
{
color: #8B1675;
}
</style>
background-color css
<style>
a { background-color: #8B1675; }
a { background-color: rgb(139,22,117); }
div.DivClassName
{
background-color: #8B1675;
}
.BgClassName
{
background-color: #8B1675;
}
</style>
border-color css
<style>
span { border-color: #8B1675; }
span { border-color: rgb(139,22,117); }
td.TdClassName
{
border-color: #8B1675;
}
.TagClassName
{
border-color: #8B1675;
}
</style>