Shades of Dark Purple #8A2B85
Tints of Dark Purple #8A2B85
RGB
CMYK
RGB Variations
Color information
#8A2B85 (or 0x8A2B85) is known color: Dark Purple. HEX triplet: 8A, 2B and 85. RGB value is (138,43,133). Sum of RGB (Red+Green+Blue) = 138+43+133=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2B85 is #75D47A. Grayscale: #515151. Windows color (decimal): -7722107 or 8727434. OLE color: 8727434.
HSL color Cylindrical-coordinate representation of color #8A2B85: hue angle of 303.16º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A2B85 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 43 | 133 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.46 |
| HSL | 303.16º | 0.52% | 0.35% | - |
| HSV(B) | 303.16º | 0.69% | 0.54% | - |
| XYZ | 15.58 | 8.82 | 23.07 | - |
| YUV | 81.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 43 | 133 | 0 | 0.69 | 0.04 | 0.46 | 303.16 | 0.52 | 0.35 |
| Hex | 8A | 2B | 85 | 0 | 45 | 4 | 2E | 12F | 34 | 23 |
| Octal | 212 | 53 | 205 | 0 | 105 | 4 | 56 | 457 | 64 | 43 |
| Binary | 10001010 | 101011 | 10000101 | 0 | 1000101 | 100 | 101110 | 100101111 | 110100 | 100011 |
Color Harmonies of #8A2B85
Complementary color
Monochromatic Colors of #8A2B85
Black with #8A2B85
Text Example
Text Example
White with #8A2B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2B85; }
p { color: rgb(138,43,133); }
H1.HeaderClassName
{
color: #8A2B85;
}
.AnyTagClassName
{
color: #8A2B85;
}
</style>
background-color css
<style>
a { background-color: #8A2B85; }
a { background-color: rgb(138,43,133); }
div.DivClassName
{
background-color: #8A2B85;
}
.BgClassName
{
background-color: #8A2B85;
}
</style>
border-color css
<style>
span { border-color: #8A2B85; }
span { border-color: rgb(138,43,133); }
td.TdClassName
{
border-color: #8A2B85;
}
.TagClassName
{
border-color: #8A2B85;
}
</style>