Shades of Dark Purple #8A1B88
Tints of Dark Purple #8A1B88
RGB
CMYK
RGB Variations
Color information
#8A1B88 (or 0x8A1B88) is known color: Dark Purple. HEX triplet: 8A, 1B and 88. RGB value is (138,27,136). Sum of RGB (Red+Green+Blue) = 138+27+136=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1B88 is #75E477. Grayscale: #484848. Windows color (decimal): -7726200 or 8919946. OLE color: 8919946.
HSL color Cylindrical-coordinate representation of color #8A1B88: hue angle of 301.08º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A1B88 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 27 | 136 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.46 |
| HSL | 301.08º | 0.67% | 0.32% | - |
| HSV(B) | 301.08º | 0.8% | 0.54% | - |
| XYZ | 15.32 | 7.96 | 24.02 | - |
| YUV | 72.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 27 | 136 | 0 | 0.80 | 0.01 | 0.46 | 301.08 | 0.67 | 0.32 |
| Hex | 8A | 1B | 88 | 0 | 50 | 1 | 2E | 12D | 43 | 20 |
| Octal | 212 | 33 | 210 | 0 | 120 | 1 | 56 | 455 | 103 | 40 |
| Binary | 10001010 | 11011 | 10001000 | 0 | 1010000 | 1 | 101110 | 100101101 | 1000011 | 100000 |
Color Harmonies of #8A1B88
Complementary color
Monochromatic Colors of #8A1B88
Black with #8A1B88
Text Example
Text Example
White with #8A1B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1B88; }
p { color: rgb(138,27,136); }
H1.HeaderClassName
{
color: #8A1B88;
}
.AnyTagClassName
{
color: #8A1B88;
}
</style>
background-color css
<style>
a { background-color: #8A1B88; }
a { background-color: rgb(138,27,136); }
div.DivClassName
{
background-color: #8A1B88;
}
.BgClassName
{
background-color: #8A1B88;
}
</style>
border-color css
<style>
span { border-color: #8A1B88; }
span { border-color: rgb(138,27,136); }
td.TdClassName
{
border-color: #8A1B88;
}
.TagClassName
{
border-color: #8A1B88;
}
</style>