Shades of Dark Purple #8B2F70
Tints of Dark Purple #8B2F70
RGB
CMYK
RGB Variations
Color information
#8B2F70 (or 0x8B2F70) is known color: Dark Purple. HEX triplet: 8B, 2F and 70. RGB value is (139,47,112). Sum of RGB (Red+Green+Blue) = 139+47+112=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2F70 is #74D08F. Grayscale: #515151. Windows color (decimal): -7655568 or 7352203. OLE color: 7352203.
HSL color Cylindrical-coordinate representation of color #8B2F70: hue angle of 317.61º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B2F70 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 47 | 112 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.45 |
| HSL | 317.61º | 0.49% | 0.36% | - |
| HSV(B) | 317.61º | 0.66% | 0.55% | - |
| XYZ | 14.59 | 8.69 | 16.24 | - |
| YUV | 81.92 | 144.98 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 47 | 112 | 0 | 0.66 | 0.19 | 0.45 | 317.61 | 0.49 | 0.36 |
| Hex | 8B | 2F | 70 | 0 | 42 | 13 | 2D | 13E | 31 | 24 |
| Octal | 213 | 57 | 160 | 0 | 102 | 23 | 55 | 476 | 61 | 44 |
| Binary | 10001011 | 101111 | 1110000 | 0 | 1000010 | 10011 | 101101 | 100111110 | 110001 | 100100 |
Color Harmonies of #8B2F70
Complementary color
Monochromatic Colors of #8B2F70
Black with #8B2F70
Text Example
Text Example
White with #8B2F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2F70; }
p { color: rgb(139,47,112); }
H1.HeaderClassName
{
color: #8B2F70;
}
.AnyTagClassName
{
color: #8B2F70;
}
</style>
background-color css
<style>
a { background-color: #8B2F70; }
a { background-color: rgb(139,47,112); }
div.DivClassName
{
background-color: #8B2F70;
}
.BgClassName
{
background-color: #8B2F70;
}
</style>
border-color css
<style>
span { border-color: #8B2F70; }
span { border-color: rgb(139,47,112); }
td.TdClassName
{
border-color: #8B2F70;
}
.TagClassName
{
border-color: #8B2F70;
}
</style>