Shades of Dark Purple #8F3188
Tints of Dark Purple #8F3188
RGB
CMYK
RGB Variations
Color information
#8F3188 (or 0x8F3188) is known color: Dark Purple. HEX triplet: 8F, 31 and 88. RGB value is (143,49,136). Sum of RGB (Red+Green+Blue) = 143+49+136=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3188 is #70CE77. Grayscale: #565656. Windows color (decimal): -7392888 or 8925583. OLE color: 8925583.
HSL color Cylindrical-coordinate representation of color #8F3188: hue angle of 304.47º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3188 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 49 | 136 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.44 |
| HSL | 304.47º | 0.49% | 0.38% | - |
| HSV(B) | 304.47º | 0.66% | 0.56% | - |
| XYZ | 16.87 | 9.81 | 24.3 | - |
| YUV | 87.02 | 155.64 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 136 | 0 | 0.66 | 0.05 | 0.44 | 304.47 | 0.49 | 0.38 |
| Hex | 8F | 31 | 88 | 0 | 42 | 5 | 2C | 130 | 31 | 26 |
| Octal | 217 | 61 | 210 | 0 | 102 | 5 | 54 | 460 | 61 | 46 |
| Binary | 10001111 | 110001 | 10001000 | 0 | 1000010 | 101 | 101100 | 100110000 | 110001 | 100110 |
Color Harmonies of #8F3188
Complementary color
Monochromatic Colors of #8F3188
Black with #8F3188
Text Example
Text Example
White with #8F3188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3188; }
p { color: rgb(143,49,136); }
H1.HeaderClassName
{
color: #8F3188;
}
.AnyTagClassName
{
color: #8F3188;
}
</style>
background-color css
<style>
a { background-color: #8F3188; }
a { background-color: rgb(143,49,136); }
div.DivClassName
{
background-color: #8F3188;
}
.BgClassName
{
background-color: #8F3188;
}
</style>
border-color css
<style>
span { border-color: #8F3188; }
span { border-color: rgb(143,49,136); }
td.TdClassName
{
border-color: #8F3188;
}
.TagClassName
{
border-color: #8F3188;
}
</style>