Shades of Dark Purple #8B3675
Tints of Dark Purple #8B3675
RGB
CMYK
RGB Variations
Color information
#8B3675 (or 0x8B3675) is known color: Dark Purple. HEX triplet: 8B, 36 and 75. RGB value is (139,54,117). Sum of RGB (Red+Green+Blue) = 139+54+117=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3675 is #74C98A. Grayscale: #565656. Windows color (decimal): -7653771 or 7681675. OLE color: 7681675.
HSL color Cylindrical-coordinate representation of color #8B3675: hue angle of 315.53º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B3675 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 54 | 117 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.45 |
| HSL | 315.53º | 0.44% | 0.38% | - |
| HSV(B) | 315.53º | 0.61% | 0.55% | - |
| XYZ | 15.18 | 9.41 | 17.85 | - |
| YUV | 86.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 54 | 117 | 0 | 0.61 | 0.16 | 0.45 | 315.53 | 0.44 | 0.38 |
| Hex | 8B | 36 | 75 | 0 | 3D | 10 | 2D | 13C | 2C | 26 |
| Octal | 213 | 66 | 165 | 0 | 75 | 20 | 55 | 474 | 54 | 46 |
| Binary | 10001011 | 110110 | 1110101 | 0 | 111101 | 10000 | 101101 | 100111100 | 101100 | 100110 |
Color Harmonies of #8B3675
Complementary color
Monochromatic Colors of #8B3675
Black with #8B3675
Text Example
Text Example
White with #8B3675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3675; }
p { color: rgb(139,54,117); }
H1.HeaderClassName
{
color: #8B3675;
}
.AnyTagClassName
{
color: #8B3675;
}
</style>
background-color css
<style>
a { background-color: #8B3675; }
a { background-color: rgb(139,54,117); }
div.DivClassName
{
background-color: #8B3675;
}
.BgClassName
{
background-color: #8B3675;
}
</style>
border-color css
<style>
span { border-color: #8B3675; }
span { border-color: rgb(139,54,117); }
td.TdClassName
{
border-color: #8B3675;
}
.TagClassName
{
border-color: #8B3675;
}
</style>