Shades of Dark Purple #8A1E7B
Tints of Dark Purple #8A1E7B
RGB
CMYK
RGB Variations
Color information
#8A1E7B (or 0x8A1E7B) is known color: Dark Purple. HEX triplet: 8A, 1E and 7B. RGB value is (138,30,123). Sum of RGB (Red+Green+Blue) = 138+30+123=291 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.42% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1E7B is #75E184. Grayscale: #484848. Windows color (decimal): -7725445 or 8068746. OLE color: 8068746.
HSL color Cylindrical-coordinate representation of color #8A1E7B: hue angle of 308.33º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A1E7B is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 30 | 123 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.46 |
| HSL | 308.33º | 0.64% | 0.33% | - |
| HSV(B) | 308.33º | 0.78% | 0.54% | - |
| XYZ | 14.52 | 7.76 | 19.47 | - |
| YUV | 72.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 30 | 123 | 0 | 0.78 | 0.11 | 0.46 | 308.33 | 0.64 | 0.33 |
| Hex | 8A | 1E | 7B | 0 | 4E | B | 2E | 134 | 40 | 21 |
| Octal | 212 | 36 | 173 | 0 | 116 | 13 | 56 | 464 | 100 | 41 |
| Binary | 10001010 | 11110 | 1111011 | 0 | 1001110 | 1011 | 101110 | 100110100 | 1000000 | 100001 |
Color Harmonies of #8A1E7B
Complementary color
Monochromatic Colors of #8A1E7B
Black with #8A1E7B
Text Example
Text Example
White with #8A1E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1E7B; }
p { color: rgb(138,30,123); }
H1.HeaderClassName
{
color: #8A1E7B;
}
.AnyTagClassName
{
color: #8A1E7B;
}
</style>
background-color css
<style>
a { background-color: #8A1E7B; }
a { background-color: rgb(138,30,123); }
div.DivClassName
{
background-color: #8A1E7B;
}
.BgClassName
{
background-color: #8A1E7B;
}
</style>
border-color css
<style>
span { border-color: #8A1E7B; }
span { border-color: rgb(138,30,123); }
td.TdClassName
{
border-color: #8A1E7B;
}
.TagClassName
{
border-color: #8A1E7B;
}
</style>