Shades of Dark Purple #8A397B
Tints of Dark Purple #8A397B
RGB
CMYK
RGB Variations
Color information
#8A397B (or 0x8A397B) is known color: Dark Purple. HEX triplet: 8A, 39 and 7B. RGB value is (138,57,123). Sum of RGB (Red+Green+Blue) = 138+57+123=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A397B is #75C684. Grayscale: #585858. Windows color (decimal): -7718533 or 8075658. OLE color: 8075658.
HSL color Cylindrical-coordinate representation of color #8A397B: hue angle of 311.11º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A397B is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 57 | 123 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.46 |
| HSL | 311.11º | 0.42% | 0.38% | - |
| HSV(B) | 311.11º | 0.59% | 0.54% | - |
| XYZ | 15.52 | 9.76 | 19.8 | - |
| YUV | 88.74 | 147.34 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 57 | 123 | 0 | 0.59 | 0.11 | 0.46 | 311.11 | 0.42 | 0.38 |
| Hex | 8A | 39 | 7B | 0 | 3B | B | 2E | 137 | 2A | 26 |
| Octal | 212 | 71 | 173 | 0 | 73 | 13 | 56 | 467 | 52 | 46 |
| Binary | 10001010 | 111001 | 1111011 | 0 | 111011 | 1011 | 101110 | 100110111 | 101010 | 100110 |
Color Harmonies of #8A397B
Complementary color
Monochromatic Colors of #8A397B
Black with #8A397B
Text Example
Text Example
White with #8A397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A397B; }
p { color: rgb(138,57,123); }
H1.HeaderClassName
{
color: #8A397B;
}
.AnyTagClassName
{
color: #8A397B;
}
</style>
background-color css
<style>
a { background-color: #8A397B; }
a { background-color: rgb(138,57,123); }
div.DivClassName
{
background-color: #8A397B;
}
.BgClassName
{
background-color: #8A397B;
}
</style>
border-color css
<style>
span { border-color: #8A397B; }
span { border-color: rgb(138,57,123); }
td.TdClassName
{
border-color: #8A397B;
}
.TagClassName
{
border-color: #8A397B;
}
</style>