Shades of Dark Purple #8F2066
Tints of Dark Purple #8F2066
RGB
CMYK
RGB Variations
Color information
#8F2066 (or 0x8F2066) is known color: Dark Purple. HEX triplet: 8F, 20 and 66. RGB value is (143,32,102). Sum of RGB (Red+Green+Blue) = 143+32+102=277 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.62% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2066 is #70DF99. Grayscale: #494949. Windows color (decimal): -7397274 or 6693007. OLE color: 6693007.
HSL color Cylindrical-coordinate representation of color #8F2066: hue angle of 322.16º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2066 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 102 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.44 |
| HSL | 322.16º | 0.63% | 0.34% | - |
| HSV(B) | 322.16º | 0.78% | 0.56% | - |
| XYZ | 14.24 | 7.83 | 13.33 | - |
| YUV | 73.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 102 | 0 | 0.78 | 0.29 | 0.44 | 322.16 | 0.63 | 0.34 |
| Hex | 8F | 20 | 66 | 0 | 4E | 1D | 2C | 142 | 3F | 22 |
| Octal | 217 | 40 | 146 | 0 | 116 | 35 | 54 | 502 | 77 | 42 |
| Binary | 10001111 | 100000 | 1100110 | 0 | 1001110 | 11101 | 101100 | 101000010 | 111111 | 100010 |
Color Harmonies of #8F2066
Complementary color
Monochromatic Colors of #8F2066
Black with #8F2066
Text Example
Text Example
White with #8F2066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2066; }
p { color: rgb(143,32,102); }
H1.HeaderClassName
{
color: #8F2066;
}
.AnyTagClassName
{
color: #8F2066;
}
</style>
background-color css
<style>
a { background-color: #8F2066; }
a { background-color: rgb(143,32,102); }
div.DivClassName
{
background-color: #8F2066;
}
.BgClassName
{
background-color: #8F2066;
}
</style>
border-color css
<style>
span { border-color: #8F2066; }
span { border-color: rgb(143,32,102); }
td.TdClassName
{
border-color: #8F2066;
}
.TagClassName
{
border-color: #8F2066;
}
</style>