Shades of Dark Purple #8B2270
Tints of Dark Purple #8B2270
RGB
CMYK
RGB Variations
Color information
#8B2270 (or 0x8B2270) is known color: Dark Purple. HEX triplet: 8B, 22 and 70. RGB value is (139,34,112). Sum of RGB (Red+Green+Blue) = 139+34+112=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2270 is #74DD8F. Grayscale: #4A4A4A. Windows color (decimal): -7658896 or 7348875. OLE color: 7348875.
HSL color Cylindrical-coordinate representation of color #8B2270: hue angle of 315.43º 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 #8B2270 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 34 | 112 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.45 |
| HSL | 315.43º | 0.61% | 0.34% | - |
| HSV(B) | 315.43º | 0.76% | 0.55% | - |
| XYZ | 14.14 | 7.8 | 16.09 | - |
| YUV | 74.29 | 149.29 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 34 | 112 | 0 | 0.76 | 0.19 | 0.45 | 315.43 | 0.61 | 0.34 |
| Hex | 8B | 22 | 70 | 0 | 4C | 13 | 2D | 13B | 3D | 22 |
| Octal | 213 | 42 | 160 | 0 | 114 | 23 | 55 | 473 | 75 | 42 |
| Binary | 10001011 | 100010 | 1110000 | 0 | 1001100 | 10011 | 101101 | 100111011 | 111101 | 100010 |
Color Harmonies of #8B2270
Complementary color
Monochromatic Colors of #8B2270
Black with #8B2270
Text Example
Text Example
White with #8B2270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2270; }
p { color: rgb(139,34,112); }
H1.HeaderClassName
{
color: #8B2270;
}
.AnyTagClassName
{
color: #8B2270;
}
</style>
background-color css
<style>
a { background-color: #8B2270; }
a { background-color: rgb(139,34,112); }
div.DivClassName
{
background-color: #8B2270;
}
.BgClassName
{
background-color: #8B2270;
}
</style>
border-color css
<style>
span { border-color: #8B2270; }
span { border-color: rgb(139,34,112); }
td.TdClassName
{
border-color: #8B2270;
}
.TagClassName
{
border-color: #8B2270;
}
</style>