Shades of Purple #8F097B
Tints of Purple #8F097B
RGB
CMYK
RGB Variations
Color information
#8F097B (or 0x8F097B) is known color: Purple. HEX triplet: 8F, 09 and 7B. RGB value is (143,9,123). Sum of RGB (Red+Green+Blue) = 143+9+123=275 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 143 - color contains mainly: red. Hex color #8F097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F097B is #70F684. Grayscale: #3D3D3D. Windows color (decimal): -7403141 or 8063375. OLE color: 8063375.
HSL color Cylindrical-coordinate representation of color #8F097B: hue angle of 308.96º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F097B is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 9 | 123 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.44 |
| HSL | 308.96º | 0.88% | 0.3% | - |
| HSV(B) | 308.96º | 0.94% | 0.56% | - |
| XYZ | 15 | 7.47 | 19.39 | - |
| YUV | 62.06 | 162.39 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 123 | 0 | 0.94 | 0.14 | 0.44 | 308.96 | 0.88 | 0.3 |
| Hex | 8F | 9 | 7B | 0 | 5E | E | 2C | 135 | 58 | 1E |
| Octal | 217 | 11 | 173 | 0 | 136 | 16 | 54 | 465 | 130 | 36 |
| Binary | 10001111 | 1001 | 1111011 | 0 | 1011110 | 1110 | 101100 | 100110101 | 1011000 | 11110 |
Color Harmonies of #8F097B
Complementary color
Monochromatic Colors of #8F097B
Black with #8F097B
Text Example
Text Example
White with #8F097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F097B; }
p { color: rgb(143,9,123); }
H1.HeaderClassName
{
color: #8F097B;
}
.AnyTagClassName
{
color: #8F097B;
}
</style>
background-color css
<style>
a { background-color: #8F097B; }
a { background-color: rgb(143,9,123); }
div.DivClassName
{
background-color: #8F097B;
}
.BgClassName
{
background-color: #8F097B;
}
</style>
border-color css
<style>
span { border-color: #8F097B; }
span { border-color: rgb(143,9,123); }
td.TdClassName
{
border-color: #8F097B;
}
.TagClassName
{
border-color: #8F097B;
}
</style>