Shades of Dark Purple #8F266C
Tints of Dark Purple #8F266C
RGB
CMYK
RGB Variations
Color information
#8F266C (or 0x8F266C) is known color: Dark Purple. HEX triplet: 8F, 26 and 6C. RGB value is (143,38,108). Sum of RGB (Red+Green+Blue) = 143+38+108=289 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.48% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 143 - color contains mainly: red. Hex color #8F266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F266C is #70D993. Grayscale: #4D4D4D. Windows color (decimal): -7395732 or 7087759. OLE color: 7087759.
HSL color Cylindrical-coordinate representation of color #8F266C: hue angle of 320º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F266C is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 38 | 108 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.44 |
| HSL | 320º | 0.58% | 0.35% | - |
| HSV(B) | 320º | 0.73% | 0.56% | - |
| XYZ | 14.73 | 8.31 | 15.01 | - |
| YUV | 77.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 38 | 108 | 0 | 0.73 | 0.24 | 0.44 | 320 | 0.58 | 0.35 |
| Hex | 8F | 26 | 6C | 0 | 49 | 18 | 2C | 140 | 3A | 23 |
| Octal | 217 | 46 | 154 | 0 | 111 | 30 | 54 | 500 | 72 | 43 |
| Binary | 10001111 | 100110 | 1101100 | 0 | 1001001 | 11000 | 101100 | 101000000 | 111010 | 100011 |
Color Harmonies of #8F266C
Complementary color
Monochromatic Colors of #8F266C
Black with #8F266C
Text Example
Text Example
White with #8F266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F266C; }
p { color: rgb(143,38,108); }
H1.HeaderClassName
{
color: #8F266C;
}
.AnyTagClassName
{
color: #8F266C;
}
</style>
background-color css
<style>
a { background-color: #8F266C; }
a { background-color: rgb(143,38,108); }
div.DivClassName
{
background-color: #8F266C;
}
.BgClassName
{
background-color: #8F266C;
}
</style>
border-color css
<style>
span { border-color: #8F266C; }
span { border-color: rgb(143,38,108); }
td.TdClassName
{
border-color: #8F266C;
}
.TagClassName
{
border-color: #8F266C;
}
</style>