Shades of Dark Purple #8F3282
Tints of Dark Purple #8F3282
RGB
CMYK
RGB Variations
Color information
#8F3282 (or 0x8F3282) is known color: Dark Purple. HEX triplet: 8F, 32 and 82. RGB value is (143,50,130). Sum of RGB (Red+Green+Blue) = 143+50+130=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3282 is #70CD7D. Grayscale: #565656. Windows color (decimal): -7392638 or 8532623. OLE color: 8532623.
HSL color Cylindrical-coordinate representation of color #8F3282: hue angle of 308.39º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F3282 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 50 | 130 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.44 |
| HSL | 308.39º | 0.48% | 0.38% | - |
| HSV(B) | 308.39º | 0.65% | 0.56% | - |
| XYZ | 16.5 | 9.73 | 22.13 | - |
| YUV | 86.93 | 152.31 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 130 | 0 | 0.65 | 0.09 | 0.44 | 308.39 | 0.48 | 0.38 |
| Hex | 8F | 32 | 82 | 0 | 41 | 9 | 2C | 134 | 30 | 26 |
| Octal | 217 | 62 | 202 | 0 | 101 | 11 | 54 | 464 | 60 | 46 |
| Binary | 10001111 | 110010 | 10000010 | 0 | 1000001 | 1001 | 101100 | 100110100 | 110000 | 100110 |
Color Harmonies of #8F3282
Complementary color
Monochromatic Colors of #8F3282
Black with #8F3282
Text Example
Text Example
White with #8F3282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3282; }
p { color: rgb(143,50,130); }
H1.HeaderClassName
{
color: #8F3282;
}
.AnyTagClassName
{
color: #8F3282;
}
</style>
background-color css
<style>
a { background-color: #8F3282; }
a { background-color: rgb(143,50,130); }
div.DivClassName
{
background-color: #8F3282;
}
.BgClassName
{
background-color: #8F3282;
}
</style>
border-color css
<style>
span { border-color: #8F3282; }
span { border-color: rgb(143,50,130); }
td.TdClassName
{
border-color: #8F3282;
}
.TagClassName
{
border-color: #8F3282;
}
</style>