Shades of Dark Purple #8F307D
Tints of Dark Purple #8F307D
RGB
CMYK
RGB Variations
Color information
#8F307D (or 0x8F307D) is known color: Dark Purple. HEX triplet: 8F, 30 and 7D. RGB value is (143,48,125). Sum of RGB (Red+Green+Blue) = 143+48+125=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 143 - color contains mainly: red. Hex color #8F307D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F307D is #70CF82. Grayscale: #545454. Windows color (decimal): -7393155 or 8204431. OLE color: 8204431.
HSL color Cylindrical-coordinate representation of color #8F307D: hue angle of 311.37º 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 #8F307D is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 48 | 125 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.44 |
| HSL | 311.37º | 0.5% | 0.37% | - |
| HSV(B) | 311.37º | 0.66% | 0.56% | - |
| XYZ | 16.09 | 9.43 | 20.38 | - |
| YUV | 85.18 | 150.47 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 48 | 125 | 0 | 0.66 | 0.13 | 0.44 | 311.37 | 0.5 | 0.37 |
| Hex | 8F | 30 | 7D | 0 | 42 | D | 2C | 137 | 32 | 25 |
| Octal | 217 | 60 | 175 | 0 | 102 | 15 | 54 | 467 | 62 | 45 |
| Binary | 10001111 | 110000 | 1111101 | 0 | 1000010 | 1101 | 101100 | 100110111 | 110010 | 100101 |
Color Harmonies of #8F307D
Complementary color
Monochromatic Colors of #8F307D
Black with #8F307D
Text Example
Text Example
White with #8F307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F307D; }
p { color: rgb(143,48,125); }
H1.HeaderClassName
{
color: #8F307D;
}
.AnyTagClassName
{
color: #8F307D;
}
</style>
background-color css
<style>
a { background-color: #8F307D; }
a { background-color: rgb(143,48,125); }
div.DivClassName
{
background-color: #8F307D;
}
.BgClassName
{
background-color: #8F307D;
}
</style>
border-color css
<style>
span { border-color: #8F307D; }
span { border-color: rgb(143,48,125); }
td.TdClassName
{
border-color: #8F307D;
}
.TagClassName
{
border-color: #8F307D;
}
</style>