Shades of Dark Purple #8F237D
Tints of Dark Purple #8F237D
RGB
CMYK
RGB Variations
Color information
#8F237D (or 0x8F237D) is known color: Dark Purple. HEX triplet: 8F, 23 and 7D. RGB value is (143,35,125). Sum of RGB (Red+Green+Blue) = 143+35+125=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 143 - color contains mainly: red. Hex color #8F237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F237D is #70DC82. Grayscale: #4D4D4D. Windows color (decimal): -7396483 or 8201103. OLE color: 8201103.
HSL color Cylindrical-coordinate representation of color #8F237D: hue angle of 310º 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 #8F237D is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 35 | 125 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.44 |
| HSL | 310º | 0.61% | 0.35% | - |
| HSV(B) | 310º | 0.76% | 0.56% | - |
| XYZ | 15.63 | 8.52 | 20.22 | - |
| YUV | 77.55 | 154.78 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 35 | 125 | 0 | 0.76 | 0.13 | 0.44 | 310 | 0.61 | 0.35 |
| Hex | 8F | 23 | 7D | 0 | 4C | D | 2C | 136 | 3D | 23 |
| Octal | 217 | 43 | 175 | 0 | 114 | 15 | 54 | 466 | 75 | 43 |
| Binary | 10001111 | 100011 | 1111101 | 0 | 1001100 | 1101 | 101100 | 100110110 | 111101 | 100011 |
Color Harmonies of #8F237D
Complementary color
Monochromatic Colors of #8F237D
Black with #8F237D
Text Example
Text Example
White with #8F237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F237D; }
p { color: rgb(143,35,125); }
H1.HeaderClassName
{
color: #8F237D;
}
.AnyTagClassName
{
color: #8F237D;
}
</style>
background-color css
<style>
a { background-color: #8F237D; }
a { background-color: rgb(143,35,125); }
div.DivClassName
{
background-color: #8F237D;
}
.BgClassName
{
background-color: #8F237D;
}
</style>
border-color css
<style>
span { border-color: #8F237D; }
span { border-color: rgb(143,35,125); }
td.TdClassName
{
border-color: #8F237D;
}
.TagClassName
{
border-color: #8F237D;
}
</style>