Shades of Dark Purple #8B1E75
Tints of Dark Purple #8B1E75
RGB
CMYK
RGB Variations
Color information
#8B1E75 (or 0x8B1E75) is known color: Dark Purple. HEX triplet: 8B, 1E and 75. RGB value is (139,30,117). Sum of RGB (Red+Green+Blue) = 139+30+117=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1E75 is #74E18A. Grayscale: #484848. Windows color (decimal): -7659915 or 7675531. OLE color: 7675531.
HSL color Cylindrical-coordinate representation of color #8B1E75: hue angle of 312.11º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B1E75 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 30 | 117 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.45 |
| HSL | 312.11º | 0.64% | 0.33% | - |
| HSV(B) | 312.11º | 0.78% | 0.55% | - |
| XYZ | 14.32 | 7.7 | 17.56 | - |
| YUV | 72.51 | 153.11 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 30 | 117 | 0 | 0.78 | 0.16 | 0.45 | 312.11 | 0.64 | 0.33 |
| Hex | 8B | 1E | 75 | 0 | 4E | 10 | 2D | 138 | 40 | 21 |
| Octal | 213 | 36 | 165 | 0 | 116 | 20 | 55 | 470 | 100 | 41 |
| Binary | 10001011 | 11110 | 1110101 | 0 | 1001110 | 10000 | 101101 | 100111000 | 1000000 | 100001 |
Color Harmonies of #8B1E75
Complementary color
Monochromatic Colors of #8B1E75
Black with #8B1E75
Text Example
Text Example
White with #8B1E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1E75; }
p { color: rgb(139,30,117); }
H1.HeaderClassName
{
color: #8B1E75;
}
.AnyTagClassName
{
color: #8B1E75;
}
</style>
background-color css
<style>
a { background-color: #8B1E75; }
a { background-color: rgb(139,30,117); }
div.DivClassName
{
background-color: #8B1E75;
}
.BgClassName
{
background-color: #8B1E75;
}
</style>
border-color css
<style>
span { border-color: #8B1E75; }
span { border-color: rgb(139,30,117); }
td.TdClassName
{
border-color: #8B1E75;
}
.TagClassName
{
border-color: #8B1E75;
}
</style>