Shades of Dark Purple #8F2166
Tints of Dark Purple #8F2166
RGB
CMYK
RGB Variations
Color information
#8F2166 (or 0x8F2166) is known color: Dark Purple. HEX triplet: 8F, 21 and 66. RGB value is (143,33,102). Sum of RGB (Red+Green+Blue) = 143+33+102=278 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.44% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2166 is #70DE99. Grayscale: #494949. Windows color (decimal): -7397018 or 6693263. OLE color: 6693263.
HSL color Cylindrical-coordinate representation of color #8F2166: hue angle of 322.36º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F2166 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 33 | 102 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.44 |
| HSL | 322.36º | 0.63% | 0.35% | - |
| HSV(B) | 322.36º | 0.77% | 0.56% | - |
| XYZ | 14.27 | 7.89 | 13.34 | - |
| YUV | 73.76 | 143.94 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 102 | 0 | 0.77 | 0.29 | 0.44 | 322.36 | 0.63 | 0.35 |
| Hex | 8F | 21 | 66 | 0 | 4D | 1D | 2C | 142 | 3E | 23 |
| Octal | 217 | 41 | 146 | 0 | 115 | 35 | 54 | 502 | 76 | 43 |
| Binary | 10001111 | 100001 | 1100110 | 0 | 1001101 | 11101 | 101100 | 101000010 | 111110 | 100011 |
Color Harmonies of #8F2166
Complementary color
Monochromatic Colors of #8F2166
Black with #8F2166
Text Example
Text Example
White with #8F2166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2166; }
p { color: rgb(143,33,102); }
H1.HeaderClassName
{
color: #8F2166;
}
.AnyTagClassName
{
color: #8F2166;
}
</style>
background-color css
<style>
a { background-color: #8F2166; }
a { background-color: rgb(143,33,102); }
div.DivClassName
{
background-color: #8F2166;
}
.BgClassName
{
background-color: #8F2166;
}
</style>
border-color css
<style>
span { border-color: #8F2166; }
span { border-color: rgb(143,33,102); }
td.TdClassName
{
border-color: #8F2166;
}
.TagClassName
{
border-color: #8F2166;
}
</style>