Shades of Dark Purple #8F2165
Tints of Dark Purple #8F2165
RGB
CMYK
RGB Variations
Color information
#8F2165 (or 0x8F2165) is known color: Dark Purple. HEX triplet: 8F, 21 and 65. RGB value is (143,33,101). Sum of RGB (Red+Green+Blue) = 143+33+101=277 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.62% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2165 is #70DE9A. Grayscale: #494949. Windows color (decimal): -7397019 or 6627727. OLE color: 6627727.
HSL color Cylindrical-coordinate representation of color #8F2165: hue angle of 322.91º 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 #8F2165 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 33 | 101 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.44 |
| HSL | 322.91º | 0.63% | 0.35% | - |
| HSV(B) | 322.91º | 0.77% | 0.56% | - |
| XYZ | 14.22 | 7.87 | 13.08 | - |
| YUV | 73.64 | 143.44 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 101 | 0 | 0.77 | 0.29 | 0.44 | 322.91 | 0.63 | 0.35 |
| Hex | 8F | 21 | 65 | 0 | 4D | 1D | 2C | 143 | 3E | 23 |
| Octal | 217 | 41 | 145 | 0 | 115 | 35 | 54 | 503 | 76 | 43 |
| Binary | 10001111 | 100001 | 1100101 | 0 | 1001101 | 11101 | 101100 | 101000011 | 111110 | 100011 |
Color Harmonies of #8F2165
Complementary color
Monochromatic Colors of #8F2165
Black with #8F2165
Text Example
Text Example
White with #8F2165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2165; }
p { color: rgb(143,33,101); }
H1.HeaderClassName
{
color: #8F2165;
}
.AnyTagClassName
{
color: #8F2165;
}
</style>
background-color css
<style>
a { background-color: #8F2165; }
a { background-color: rgb(143,33,101); }
div.DivClassName
{
background-color: #8F2165;
}
.BgClassName
{
background-color: #8F2165;
}
</style>
border-color css
<style>
span { border-color: #8F2165; }
span { border-color: rgb(143,33,101); }
td.TdClassName
{
border-color: #8F2165;
}
.TagClassName
{
border-color: #8F2165;
}
</style>