Shades of Dark Purple #8F3182
Tints of Dark Purple #8F3182
RGB
CMYK
RGB Variations
Color information
#8F3182 (or 0x8F3182) is known color: Dark Purple. HEX triplet: 8F, 31 and 82. RGB value is (143,49,130). Sum of RGB (Red+Green+Blue) = 143+49+130=322 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.41% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3182 is #70CE7D. Grayscale: #565656. Windows color (decimal): -7392894 or 8532367. OLE color: 8532367.
HSL color Cylindrical-coordinate representation of color #8F3182: hue angle of 308.3º 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 #8F3182 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 49 | 130 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.44 |
| HSL | 308.3º | 0.49% | 0.38% | - |
| HSV(B) | 308.3º | 0.66% | 0.56% | - |
| XYZ | 16.46 | 9.65 | 22.11 | - |
| YUV | 86.34 | 152.64 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 130 | 0 | 0.66 | 0.09 | 0.44 | 308.3 | 0.49 | 0.38 |
| Hex | 8F | 31 | 82 | 0 | 42 | 9 | 2C | 134 | 31 | 26 |
| Octal | 217 | 61 | 202 | 0 | 102 | 11 | 54 | 464 | 61 | 46 |
| Binary | 10001111 | 110001 | 10000010 | 0 | 1000010 | 1001 | 101100 | 100110100 | 110001 | 100110 |
Color Harmonies of #8F3182
Complementary color
Monochromatic Colors of #8F3182
Black with #8F3182
Text Example
Text Example
White with #8F3182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3182; }
p { color: rgb(143,49,130); }
H1.HeaderClassName
{
color: #8F3182;
}
.AnyTagClassName
{
color: #8F3182;
}
</style>
background-color css
<style>
a { background-color: #8F3182; }
a { background-color: rgb(143,49,130); }
div.DivClassName
{
background-color: #8F3182;
}
.BgClassName
{
background-color: #8F3182;
}
</style>
border-color css
<style>
span { border-color: #8F3182; }
span { border-color: rgb(143,49,130); }
td.TdClassName
{
border-color: #8F3182;
}
.TagClassName
{
border-color: #8F3182;
}
</style>