Shades of Dark Purple #8B2F6E
Tints of Dark Purple #8B2F6E
RGB
CMYK
RGB Variations
Color information
#8B2F6E (or 0x8B2F6E) is known color: Dark Purple. HEX triplet: 8B, 2F and 6E. RGB value is (139,47,110). Sum of RGB (Red+Green+Blue) = 139+47+110=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2F6E is #74D091. Grayscale: #515151. Windows color (decimal): -7655570 or 7221131. OLE color: 7221131.
HSL color Cylindrical-coordinate representation of color #8B2F6E: hue angle of 318.91º 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 #8B2F6E is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 47 | 110 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.45 |
| HSL | 318.91º | 0.49% | 0.36% | - |
| HSV(B) | 318.91º | 0.66% | 0.55% | - |
| XYZ | 14.48 | 8.65 | 15.66 | - |
| YUV | 81.69 | 143.98 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 47 | 110 | 0 | 0.66 | 0.21 | 0.45 | 318.91 | 0.49 | 0.36 |
| Hex | 8B | 2F | 6E | 0 | 42 | 15 | 2D | 13F | 31 | 24 |
| Octal | 213 | 57 | 156 | 0 | 102 | 25 | 55 | 477 | 61 | 44 |
| Binary | 10001011 | 101111 | 1101110 | 0 | 1000010 | 10101 | 101101 | 100111111 | 110001 | 100100 |
Color Harmonies of #8B2F6E
Complementary color
Monochromatic Colors of #8B2F6E
Black with #8B2F6E
Text Example
Text Example
White with #8B2F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2F6E; }
p { color: rgb(139,47,110); }
H1.HeaderClassName
{
color: #8B2F6E;
}
.AnyTagClassName
{
color: #8B2F6E;
}
</style>
background-color css
<style>
a { background-color: #8B2F6E; }
a { background-color: rgb(139,47,110); }
div.DivClassName
{
background-color: #8B2F6E;
}
.BgClassName
{
background-color: #8B2F6E;
}
</style>
border-color css
<style>
span { border-color: #8B2F6E; }
span { border-color: rgb(139,47,110); }
td.TdClassName
{
border-color: #8B2F6E;
}
.TagClassName
{
border-color: #8B2F6E;
}
</style>