Shades of Dark Purple #8F266D
Tints of Dark Purple #8F266D
RGB
CMYK
RGB Variations
Color information
#8F266D (or 0x8F266D) is known color: Dark Purple. HEX triplet: 8F, 26 and 6D. RGB value is (143,38,109). Sum of RGB (Red+Green+Blue) = 143+38+109=290 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.31% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 143 - color contains mainly: red. Hex color #8F266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F266D is #70D992. Grayscale: #4D4D4D. Windows color (decimal): -7395731 or 7153295. OLE color: 7153295.
HSL color Cylindrical-coordinate representation of color #8F266D: hue angle of 319.43º 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 #8F266D is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 38 | 109 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.44 |
| HSL | 319.43º | 0.58% | 0.35% | - |
| HSV(B) | 319.43º | 0.73% | 0.56% | - |
| XYZ | 14.78 | 8.33 | 15.3 | - |
| YUV | 77.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 38 | 109 | 0 | 0.73 | 0.24 | 0.44 | 319.43 | 0.58 | 0.35 |
| Hex | 8F | 26 | 6D | 0 | 49 | 18 | 2C | 13F | 3A | 23 |
| Octal | 217 | 46 | 155 | 0 | 111 | 30 | 54 | 477 | 72 | 43 |
| Binary | 10001111 | 100110 | 1101101 | 0 | 1001001 | 11000 | 101100 | 100111111 | 111010 | 100011 |
Color Harmonies of #8F266D
Complementary color
Monochromatic Colors of #8F266D
Black with #8F266D
Text Example
Text Example
White with #8F266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F266D; }
p { color: rgb(143,38,109); }
H1.HeaderClassName
{
color: #8F266D;
}
.AnyTagClassName
{
color: #8F266D;
}
</style>
background-color css
<style>
a { background-color: #8F266D; }
a { background-color: rgb(143,38,109); }
div.DivClassName
{
background-color: #8F266D;
}
.BgClassName
{
background-color: #8F266D;
}
</style>
border-color css
<style>
span { border-color: #8F266D; }
span { border-color: rgb(143,38,109); }
td.TdClassName
{
border-color: #8F266D;
}
.TagClassName
{
border-color: #8F266D;
}
</style>