Shades of Dark Purple #8B227F
Tints of Dark Purple #8B227F
RGB
CMYK
RGB Variations
Color information
#8B227F (or 0x8B227F) is known color: Dark Purple. HEX triplet: 8B, 22 and 7F. RGB value is (139,34,127). Sum of RGB (Red+Green+Blue) = 139+34+127=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B227F is #74DD80. Grayscale: #4B4B4B. Windows color (decimal): -7658881 or 8331915. OLE color: 8331915.
HSL color Cylindrical-coordinate representation of color #8B227F: hue angle of 306.86º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B227F is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 34 | 127 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.45 |
| HSL | 306.86º | 0.61% | 0.34% | - |
| HSV(B) | 306.86º | 0.76% | 0.55% | - |
| XYZ | 15.05 | 8.17 | 20.86 | - |
| YUV | 76 | 156.79 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 34 | 127 | 0 | 0.76 | 0.09 | 0.45 | 306.86 | 0.61 | 0.34 |
| Hex | 8B | 22 | 7F | 0 | 4C | 9 | 2D | 133 | 3D | 22 |
| Octal | 213 | 42 | 177 | 0 | 114 | 11 | 55 | 463 | 75 | 42 |
| Binary | 10001011 | 100010 | 1111111 | 0 | 1001100 | 1001 | 101101 | 100110011 | 111101 | 100010 |
Color Harmonies of #8B227F
Complementary color
Monochromatic Colors of #8B227F
Black with #8B227F
Text Example
Text Example
White with #8B227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B227F; }
p { color: rgb(139,34,127); }
H1.HeaderClassName
{
color: #8B227F;
}
.AnyTagClassName
{
color: #8B227F;
}
</style>
background-color css
<style>
a { background-color: #8B227F; }
a { background-color: rgb(139,34,127); }
div.DivClassName
{
background-color: #8B227F;
}
.BgClassName
{
background-color: #8B227F;
}
</style>
border-color css
<style>
span { border-color: #8B227F; }
span { border-color: rgb(139,34,127); }
td.TdClassName
{
border-color: #8B227F;
}
.TagClassName
{
border-color: #8B227F;
}
</style>