Shades of Dark Purple #8F3075
Tints of Dark Purple #8F3075
RGB
CMYK
RGB Variations
Color information
#8F3075 (or 0x8F3075) is known color: Dark Purple. HEX triplet: 8F, 30 and 75. RGB value is (143,48,117). Sum of RGB (Red+Green+Blue) = 143+48+117=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3075 is #70CF8A. Grayscale: #545454. Windows color (decimal): -7393163 or 7680143. OLE color: 7680143.
HSL color Cylindrical-coordinate representation of color #8F3075: hue angle of 316.42º 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 #8F3075 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 48 | 117 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.44 |
| HSL | 316.42º | 0.5% | 0.37% | - |
| HSV(B) | 316.42º | 0.66% | 0.56% | - |
| XYZ | 15.6 | 9.24 | 17.79 | - |
| YUV | 84.27 | 146.47 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 48 | 117 | 0 | 0.66 | 0.18 | 0.44 | 316.42 | 0.5 | 0.37 |
| Hex | 8F | 30 | 75 | 0 | 42 | 12 | 2C | 13C | 32 | 25 |
| Octal | 217 | 60 | 165 | 0 | 102 | 22 | 54 | 474 | 62 | 45 |
| Binary | 10001111 | 110000 | 1110101 | 0 | 1000010 | 10010 | 101100 | 100111100 | 110010 | 100101 |
Color Harmonies of #8F3075
Complementary color
Monochromatic Colors of #8F3075
Black with #8F3075
Text Example
Text Example
White with #8F3075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3075; }
p { color: rgb(143,48,117); }
H1.HeaderClassName
{
color: #8F3075;
}
.AnyTagClassName
{
color: #8F3075;
}
</style>
background-color css
<style>
a { background-color: #8F3075; }
a { background-color: rgb(143,48,117); }
div.DivClassName
{
background-color: #8F3075;
}
.BgClassName
{
background-color: #8F3075;
}
</style>
border-color css
<style>
span { border-color: #8F3075; }
span { border-color: rgb(143,48,117); }
td.TdClassName
{
border-color: #8F3075;
}
.TagClassName
{
border-color: #8F3075;
}
</style>