Shades of Dark Purple #8B2375
Tints of Dark Purple #8B2375
RGB
CMYK
RGB Variations
Color information
#8B2375 (or 0x8B2375) is known color: Dark Purple. HEX triplet: 8B, 23 and 75. RGB value is (139,35,117). Sum of RGB (Red+Green+Blue) = 139+35+117=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2375 is #74DC8A. Grayscale: #4B4B4B. Windows color (decimal): -7658635 or 7676811. OLE color: 7676811.
HSL color Cylindrical-coordinate representation of color #8B2375: hue angle of 312.69º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B2375 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 35 | 117 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.45 |
| HSL | 312.69º | 0.6% | 0.34% | - |
| HSV(B) | 312.69º | 0.75% | 0.55% | - |
| XYZ | 14.46 | 7.98 | 17.61 | - |
| YUV | 75.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 35 | 117 | 0 | 0.75 | 0.16 | 0.45 | 312.69 | 0.6 | 0.34 |
| Hex | 8B | 23 | 75 | 0 | 4B | 10 | 2D | 139 | 3C | 22 |
| Octal | 213 | 43 | 165 | 0 | 113 | 20 | 55 | 471 | 74 | 42 |
| Binary | 10001011 | 100011 | 1110101 | 0 | 1001011 | 10000 | 101101 | 100111001 | 111100 | 100010 |
Color Harmonies of #8B2375
Complementary color
Monochromatic Colors of #8B2375
Black with #8B2375
Text Example
Text Example
White with #8B2375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2375; }
p { color: rgb(139,35,117); }
H1.HeaderClassName
{
color: #8B2375;
}
.AnyTagClassName
{
color: #8B2375;
}
</style>
background-color css
<style>
a { background-color: #8B2375; }
a { background-color: rgb(139,35,117); }
div.DivClassName
{
background-color: #8B2375;
}
.BgClassName
{
background-color: #8B2375;
}
</style>
border-color css
<style>
span { border-color: #8B2375; }
span { border-color: rgb(139,35,117); }
td.TdClassName
{
border-color: #8B2375;
}
.TagClassName
{
border-color: #8B2375;
}
</style>