Shades of Dark Purple #8F236B
Tints of Dark Purple #8F236B
RGB
CMYK
RGB Variations
Color information
#8F236B (or 0x8F236B) is known color: Dark Purple. HEX triplet: 8F, 23 and 6B. RGB value is (143,35,107). Sum of RGB (Red+Green+Blue) = 143+35+107=285 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.18% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 143 - color contains mainly: red. Hex color #8F236B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F236B is #70DC94. Grayscale: #4B4B4B. Windows color (decimal): -7396501 or 7021455. OLE color: 7021455.
HSL color Cylindrical-coordinate representation of color #8F236B: hue angle of 320º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F236B is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 35 | 107 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.44 |
| HSL | 320º | 0.61% | 0.35% | - |
| HSV(B) | 320º | 0.76% | 0.56% | - |
| XYZ | 14.58 | 8.1 | 14.71 | - |
| YUV | 75.5 | 145.78 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 35 | 107 | 0 | 0.76 | 0.25 | 0.44 | 320 | 0.61 | 0.35 |
| Hex | 8F | 23 | 6B | 0 | 4C | 19 | 2C | 140 | 3D | 23 |
| Octal | 217 | 43 | 153 | 0 | 114 | 31 | 54 | 500 | 75 | 43 |
| Binary | 10001111 | 100011 | 1101011 | 0 | 1001100 | 11001 | 101100 | 101000000 | 111101 | 100011 |
Color Harmonies of #8F236B
Complementary color
Monochromatic Colors of #8F236B
Black with #8F236B
Text Example
Text Example
White with #8F236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F236B; }
p { color: rgb(143,35,107); }
H1.HeaderClassName
{
color: #8F236B;
}
.AnyTagClassName
{
color: #8F236B;
}
</style>
background-color css
<style>
a { background-color: #8F236B; }
a { background-color: rgb(143,35,107); }
div.DivClassName
{
background-color: #8F236B;
}
.BgClassName
{
background-color: #8F236B;
}
</style>
border-color css
<style>
span { border-color: #8F236B; }
span { border-color: rgb(143,35,107); }
td.TdClassName
{
border-color: #8F236B;
}
.TagClassName
{
border-color: #8F236B;
}
</style>