Shades of Dark Purple #8F397E
Tints of Dark Purple #8F397E
RGB
CMYK
RGB Variations
Color information
#8F397E (or 0x8F397E) is known color: Dark Purple. HEX triplet: 8F, 39 and 7E. RGB value is (143,57,126). Sum of RGB (Red+Green+Blue) = 143+57+126=326 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.87% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 143 - color contains mainly: red. Hex color #8F397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F397E is #70C681. Grayscale: #5A5A5A. Windows color (decimal): -7390850 or 8272271. OLE color: 8272271.
HSL color Cylindrical-coordinate representation of color #8F397E: hue angle of 311.86º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F397E is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 57 | 126 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.44 |
| HSL | 311.86º | 0.43% | 0.39% | - |
| HSV(B) | 311.86º | 0.6% | 0.56% | - |
| XYZ | 16.56 | 10.27 | 20.85 | - |
| YUV | 90.58 | 147.99 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 57 | 126 | 0 | 0.60 | 0.12 | 0.44 | 311.86 | 0.43 | 0.39 |
| Hex | 8F | 39 | 7E | 0 | 3C | C | 2C | 138 | 2B | 27 |
| Octal | 217 | 71 | 176 | 0 | 74 | 14 | 54 | 470 | 53 | 47 |
| Binary | 10001111 | 111001 | 1111110 | 0 | 111100 | 1100 | 101100 | 100111000 | 101011 | 100111 |
Color Harmonies of #8F397E
Complementary color
Monochromatic Colors of #8F397E
Black with #8F397E
Text Example
Text Example
White with #8F397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F397E; }
p { color: rgb(143,57,126); }
H1.HeaderClassName
{
color: #8F397E;
}
.AnyTagClassName
{
color: #8F397E;
}
</style>
background-color css
<style>
a { background-color: #8F397E; }
a { background-color: rgb(143,57,126); }
div.DivClassName
{
background-color: #8F397E;
}
.BgClassName
{
background-color: #8F397E;
}
</style>
border-color css
<style>
span { border-color: #8F397E; }
span { border-color: rgb(143,57,126); }
td.TdClassName
{
border-color: #8F397E;
}
.TagClassName
{
border-color: #8F397E;
}
</style>