Shades of Dark Purple #8A3E7B
Tints of Dark Purple #8A3E7B
RGB
CMYK
RGB Variations
Color information
#8A3E7B (or 0x8A3E7B) is known color: Dark Purple. HEX triplet: 8A, 3E and 7B. RGB value is (138,62,123). Sum of RGB (Red+Green+Blue) = 138+62+123=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3E7B is #75C184. Grayscale: #5B5B5B. Windows color (decimal): -7717253 or 8076938. OLE color: 8076938.
HSL color Cylindrical-coordinate representation of color #8A3E7B: hue angle of 311.84º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A3E7B is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 62 | 123 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.46 |
| HSL | 311.84º | 0.38% | 0.39% | - |
| HSV(B) | 311.84º | 0.55% | 0.54% | - |
| XYZ | 15.78 | 10.28 | 19.89 | - |
| YUV | 91.68 | 145.68 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 123 | 0 | 0.55 | 0.11 | 0.46 | 311.84 | 0.38 | 0.39 |
| Hex | 8A | 3E | 7B | 0 | 37 | B | 2E | 138 | 26 | 27 |
| Octal | 212 | 76 | 173 | 0 | 67 | 13 | 56 | 470 | 46 | 47 |
| Binary | 10001010 | 111110 | 1111011 | 0 | 110111 | 1011 | 101110 | 100111000 | 100110 | 100111 |
Color Harmonies of #8A3E7B
Complementary color
Monochromatic Colors of #8A3E7B
Black with #8A3E7B
Text Example
Text Example
White with #8A3E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3E7B; }
p { color: rgb(138,62,123); }
H1.HeaderClassName
{
color: #8A3E7B;
}
.AnyTagClassName
{
color: #8A3E7B;
}
</style>
background-color css
<style>
a { background-color: #8A3E7B; }
a { background-color: rgb(138,62,123); }
div.DivClassName
{
background-color: #8A3E7B;
}
.BgClassName
{
background-color: #8A3E7B;
}
</style>
border-color css
<style>
span { border-color: #8A3E7B; }
span { border-color: rgb(138,62,123); }
td.TdClassName
{
border-color: #8A3E7B;
}
.TagClassName
{
border-color: #8A3E7B;
}
</style>