Shades of Purple #8F037B
Tints of Purple #8F037B
RGB
CMYK
RGB Variations
Color information
#8F037B (or 0x8F037B) is known color: Purple. HEX triplet: 8F, 03 and 7B. RGB value is (143,3,123). Sum of RGB (Red+Green+Blue) = 143+3+123=269 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.16% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 143 - color contains mainly: red. Hex color #8F037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F037B is #70FC84. Grayscale: #3A3A3A. Windows color (decimal): -7404677 or 8061839. OLE color: 8061839.
HSL color Cylindrical-coordinate representation of color #8F037B: hue angle of 308.57º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F037B is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 123 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.44 |
| HSL | 308.57º | 0.96% | 0.29% | - |
| HSV(B) | 308.57º | 0.98% | 0.56% | - |
| XYZ | 14.94 | 7.33 | 19.37 | - |
| YUV | 58.54 | 164.38 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 123 | 0 | 0.98 | 0.14 | 0.44 | 308.57 | 0.96 | 0.29 |
| Hex | 8F | 3 | 7B | 0 | 62 | E | 2C | 135 | 60 | 1D |
| Octal | 217 | 3 | 173 | 0 | 142 | 16 | 54 | 465 | 140 | 35 |
| Binary | 10001111 | 11 | 1111011 | 0 | 1100010 | 1110 | 101100 | 100110101 | 1100000 | 11101 |
Color Harmonies of #8F037B
Complementary color
Monochromatic Colors of #8F037B
Black with #8F037B
Text Example
Text Example
White with #8F037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F037B; }
p { color: rgb(143,3,123); }
H1.HeaderClassName
{
color: #8F037B;
}
.AnyTagClassName
{
color: #8F037B;
}
</style>
background-color css
<style>
a { background-color: #8F037B; }
a { background-color: rgb(143,3,123); }
div.DivClassName
{
background-color: #8F037B;
}
.BgClassName
{
background-color: #8F037B;
}
</style>
border-color css
<style>
span { border-color: #8F037B; }
span { border-color: rgb(143,3,123); }
td.TdClassName
{
border-color: #8F037B;
}
.TagClassName
{
border-color: #8F037B;
}
</style>