Shades of Venus #8F7881
Tints of Venus #8F7881
RGB
CMYK
RGB Variations
Color information
#8F7881 (or 0x8F7881) is known color: Venus. HEX triplet: 8F, 78 and 81. RGB value is (143,120,129). Sum of RGB (Red+Green+Blue) = 143+120+129=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7881 is #70877E. Grayscale: #7F7F7F. Windows color (decimal): -7374719 or 8485007. OLE color: 8485007.
HSL color Cylindrical-coordinate representation of color #8F7881: hue angle of 336.52º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F7881 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
RGB | 143 | 120 | 129 | - |
CMYK | 0 | 0.16 | 0.10 | 0.44 |
HSL | 336.52º | 0.09% | 0.52% | - |
HSV(B) | 336.52º | 0.16% | 0.56% | - |
XYZ | 22.01 | 20.86 | 23.63 | - |
YUV | 127.9 | 128.62 | 138.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 120 | 129 | 0 | 0.16 | 0.10 | 0.44 | 336.52 | 0.09 | 0.52 |
Hex | 8F | 78 | 81 | 0 | 10 | A | 2C | 151 | 9 | 34 |
Octal | 217 | 170 | 201 | 0 | 20 | 12 | 54 | 521 | 11 | 64 |
Binary | 10001111 | 1111000 | 10000001 | 0 | 10000 | 1010 | 101100 | 101010001 | 1001 | 110100 |
Color Harmonies of #8F7881
Complementary color
Monochromatic Colors of #8F7881
Black with #8F7881
Text Example
Text Example
White with #8F7881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7881; }
p { color: rgb(143,120,129); }
H1.HeaderClassName
{
color: #8F7881;
}
.AnyTagClassName
{
color: #8F7881;
}
</style>
background-color css
<style>
a { background-color: #8F7881; }
a { background-color: rgb(143,120,129); }
div.DivClassName
{
background-color: #8F7881;
}
.BgClassName
{
background-color: #8F7881;
}
</style>
border-color css
<style>
span { border-color: #8F7881; }
span { border-color: rgb(143,120,129); }
td.TdClassName
{
border-color: #8F7881;
}
.TagClassName
{
border-color: #8F7881;
}
</style>