Shades of Dark Purple #8B228E
Tints of Dark Purple #8B228E
RGB
CMYK
RGB Variations
Color information
#8B228E (or 0x8B228E) is known color: Dark Purple. HEX triplet: 8B, 22 and 8E. RGB value is (139,34,142). Sum of RGB (Red+Green+Blue) = 139+34+142=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B228E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B228E is #74DD71. Grayscale: #4D4D4D. Windows color (decimal): -7658866 or 9314955. OLE color: 9314955.
HSL color Cylindrical-coordinate representation of color #8B228E: hue angle of 298.33º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B228E is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 34 | 142 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.44 |
| HSL | 298.33º | 0.61% | 0.35% | - |
| HSV(B) | 298.33º | 0.76% | 0.56% | - |
| XYZ | 16.1 | 8.59 | 26.4 | - |
| YUV | 77.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 34 | 142 | 0.02 | 0.76 | 0 | 0.44 | 298.33 | 0.61 | 0.35 |
| Hex | 8B | 22 | 8E | 2 | 4C | 0 | 2C | 12A | 3D | 23 |
| Octal | 213 | 42 | 216 | 2 | 114 | 0 | 54 | 452 | 75 | 43 |
| Binary | 10001011 | 100010 | 10001110 | 10 | 1001100 | 0 | 101100 | 100101010 | 111101 | 100011 |
Color Harmonies of #8B228E
Complementary color
Monochromatic Colors of #8B228E
Black with #8B228E
Text Example
Text Example
White with #8B228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B228E; }
p { color: rgb(139,34,142); }
H1.HeaderClassName
{
color: #8B228E;
}
.AnyTagClassName
{
color: #8B228E;
}
</style>
background-color css
<style>
a { background-color: #8B228E; }
a { background-color: rgb(139,34,142); }
div.DivClassName
{
background-color: #8B228E;
}
.BgClassName
{
background-color: #8B228E;
}
</style>
border-color css
<style>
span { border-color: #8B228E; }
span { border-color: rgb(139,34,142); }
td.TdClassName
{
border-color: #8B228E;
}
.TagClassName
{
border-color: #8B228E;
}
</style>