Shades of Dark Purple #8A367F
Tints of Dark Purple #8A367F
RGB
CMYK
RGB Variations
Color information
#8A367F (or 0x8A367F) is known color: Dark Purple. HEX triplet: 8A, 36 and 7F. RGB value is (138,54,127). Sum of RGB (Red+Green+Blue) = 138+54+127=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 138 - color contains mainly: red. Hex color #8A367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A367F is #75C980. Grayscale: #575757. Windows color (decimal): -7719297 or 8337034. OLE color: 8337034.
HSL color Cylindrical-coordinate representation of color #8A367F: hue angle of 307.86º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A367F is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 54 | 127 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.46 |
| HSL | 307.86º | 0.44% | 0.38% | - |
| HSV(B) | 307.86º | 0.61% | 0.54% | - |
| XYZ | 15.63 | 9.57 | 21.1 | - |
| YUV | 87.44 | 150.33 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 54 | 127 | 0 | 0.61 | 0.08 | 0.46 | 307.86 | 0.44 | 0.38 |
| Hex | 8A | 36 | 7F | 0 | 3D | 8 | 2E | 134 | 2C | 26 |
| Octal | 212 | 66 | 177 | 0 | 75 | 10 | 56 | 464 | 54 | 46 |
| Binary | 10001010 | 110110 | 1111111 | 0 | 111101 | 1000 | 101110 | 100110100 | 101100 | 100110 |
Color Harmonies of #8A367F
Complementary color
Monochromatic Colors of #8A367F
Black with #8A367F
Text Example
Text Example
White with #8A367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A367F; }
p { color: rgb(138,54,127); }
H1.HeaderClassName
{
color: #8A367F;
}
.AnyTagClassName
{
color: #8A367F;
}
</style>
background-color css
<style>
a { background-color: #8A367F; }
a { background-color: rgb(138,54,127); }
div.DivClassName
{
background-color: #8A367F;
}
.BgClassName
{
background-color: #8A367F;
}
</style>
border-color css
<style>
span { border-color: #8A367F; }
span { border-color: rgb(138,54,127); }
td.TdClassName
{
border-color: #8A367F;
}
.TagClassName
{
border-color: #8A367F;
}
</style>