Shades of Dark Purple #8B2283
Tints of Dark Purple #8B2283
RGB
CMYK
RGB Variations
Color information
#8B2283 (or 0x8B2283) is known color: Dark Purple. HEX triplet: 8B, 22 and 83. RGB value is (139,34,131). Sum of RGB (Red+Green+Blue) = 139+34+131=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2283 is #74DD7C. Grayscale: #4C4C4C. Windows color (decimal): -7658877 or 8594059. OLE color: 8594059.
HSL color Cylindrical-coordinate representation of color #8B2283: hue angle of 304.57º 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 #8B2283 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 34 | 131 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.45 |
| HSL | 304.57º | 0.61% | 0.34% | - |
| HSV(B) | 304.57º | 0.76% | 0.55% | - |
| XYZ | 15.32 | 8.27 | 22.26 | - |
| YUV | 76.45 | 158.79 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 34 | 131 | 0 | 0.76 | 0.06 | 0.45 | 304.57 | 0.61 | 0.34 |
| Hex | 8B | 22 | 83 | 0 | 4C | 6 | 2D | 131 | 3D | 22 |
| Octal | 213 | 42 | 203 | 0 | 114 | 6 | 55 | 461 | 75 | 42 |
| Binary | 10001011 | 100010 | 10000011 | 0 | 1001100 | 110 | 101101 | 100110001 | 111101 | 100010 |
Color Harmonies of #8B2283
Complementary color
Monochromatic Colors of #8B2283
Black with #8B2283
Text Example
Text Example
White with #8B2283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2283; }
p { color: rgb(139,34,131); }
H1.HeaderClassName
{
color: #8B2283;
}
.AnyTagClassName
{
color: #8B2283;
}
</style>
background-color css
<style>
a { background-color: #8B2283; }
a { background-color: rgb(139,34,131); }
div.DivClassName
{
background-color: #8B2283;
}
.BgClassName
{
background-color: #8B2283;
}
</style>
border-color css
<style>
span { border-color: #8B2283; }
span { border-color: rgb(139,34,131); }
td.TdClassName
{
border-color: #8B2283;
}
.TagClassName
{
border-color: #8B2283;
}
</style>