Shades of Dark Purple #8F306E
Tints of Dark Purple #8F306E
RGB
CMYK
RGB Variations
Color information
#8F306E (or 0x8F306E) is known color: Dark Purple. HEX triplet: 8F, 30 and 6E. RGB value is (143,48,110). Sum of RGB (Red+Green+Blue) = 143+48+110=301 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.51% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 143 - color contains mainly: red. Hex color #8F306E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F306E is #70CF91. Grayscale: #535353. Windows color (decimal): -7393170 or 7221391. OLE color: 7221391.
HSL color Cylindrical-coordinate representation of color #8F306E: hue angle of 320.84º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F306E is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 48 | 110 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.44 |
| HSL | 320.84º | 0.5% | 0.37% | - |
| HSV(B) | 320.84º | 0.66% | 0.56% | - |
| XYZ | 15.2 | 9.08 | 15.7 | - |
| YUV | 83.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 48 | 110 | 0 | 0.66 | 0.23 | 0.44 | 320.84 | 0.5 | 0.37 |
| Hex | 8F | 30 | 6E | 0 | 42 | 17 | 2C | 141 | 32 | 25 |
| Octal | 217 | 60 | 156 | 0 | 102 | 27 | 54 | 501 | 62 | 45 |
| Binary | 10001111 | 110000 | 1101110 | 0 | 1000010 | 10111 | 101100 | 101000001 | 110010 | 100101 |
Color Harmonies of #8F306E
Complementary color
Monochromatic Colors of #8F306E
Black with #8F306E
Text Example
Text Example
White with #8F306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F306E; }
p { color: rgb(143,48,110); }
H1.HeaderClassName
{
color: #8F306E;
}
.AnyTagClassName
{
color: #8F306E;
}
</style>
background-color css
<style>
a { background-color: #8F306E; }
a { background-color: rgb(143,48,110); }
div.DivClassName
{
background-color: #8F306E;
}
.BgClassName
{
background-color: #8F306E;
}
</style>
border-color css
<style>
span { border-color: #8F306E; }
span { border-color: rgb(143,48,110); }
td.TdClassName
{
border-color: #8F306E;
}
.TagClassName
{
border-color: #8F306E;
}
</style>