Shades of Dark Purple #8B2B85
Tints of Dark Purple #8B2B85
RGB
CMYK
RGB Variations
Color information
#8B2B85 (or 0x8B2B85) is known color: Dark Purple. HEX triplet: 8B, 2B and 85. RGB value is (139,43,133). Sum of RGB (Red+Green+Blue) = 139+43+133=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2B85 is #74D47A. Grayscale: #515151. Windows color (decimal): -7656571 or 8727435. OLE color: 8727435.
HSL color Cylindrical-coordinate representation of color #8B2B85: hue angle of 303.75º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B2B85 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 43 | 133 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.45 |
| HSL | 303.75º | 0.53% | 0.36% | - |
| HSV(B) | 303.75º | 0.69% | 0.55% | - |
| XYZ | 15.74 | 8.91 | 23.08 | - |
| YUV | 81.96 | 156.8 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 43 | 133 | 0 | 0.69 | 0.04 | 0.45 | 303.75 | 0.53 | 0.36 |
| Hex | 8B | 2B | 85 | 0 | 45 | 4 | 2D | 130 | 35 | 24 |
| Octal | 213 | 53 | 205 | 0 | 105 | 4 | 55 | 460 | 65 | 44 |
| Binary | 10001011 | 101011 | 10000101 | 0 | 1000101 | 100 | 101101 | 100110000 | 110101 | 100100 |
Color Harmonies of #8B2B85
Complementary color
Monochromatic Colors of #8B2B85
Black with #8B2B85
Text Example
Text Example
White with #8B2B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2B85; }
p { color: rgb(139,43,133); }
H1.HeaderClassName
{
color: #8B2B85;
}
.AnyTagClassName
{
color: #8B2B85;
}
</style>
background-color css
<style>
a { background-color: #8B2B85; }
a { background-color: rgb(139,43,133); }
div.DivClassName
{
background-color: #8B2B85;
}
.BgClassName
{
background-color: #8B2B85;
}
</style>
border-color css
<style>
span { border-color: #8B2B85; }
span { border-color: rgb(139,43,133); }
td.TdClassName
{
border-color: #8B2B85;
}
.TagClassName
{
border-color: #8B2B85;
}
</style>