#8F7880

Color #8F7880 Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #8F7880

Tints of Venus #8F7880

Color information

#8F7880 (or 0x8F7880) is unknown color: approx Venus. HEX triplet: 8F, 78 and 80. RGB value is (143,120,128). Sum of RGB (Red+Green+Blue) = 143+120+128=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7880 is #70877F. Grayscale: #7F7F7F. Windows color (decimal): -7374720 or 8419471. OLE color: 8419471.

HSL color Cylindrical-coordinate representation of color #8F7880: hue angle of 339.13º 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 #8F7880 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB143120128-
CMYK00.160.100.44
HSL339.13º9.31%51.57%-
HSV(B)339.13º16.08%56.08%-
XYZ21.9420.8323.29-
YUV127.79128.12138.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 36.57%
GREEN value IS 120 (47.27% from 255) = 30.69%
BLUE value IS 128 (50.39% from 255) = 32.74%
R=36.57%
G=30.69%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312012800.160.100.44339.139.3151.57
Hex8F7880010A2C153934
Octal21717020002012545231164
Binary1000111111110001000000001000010101011001010100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F7880; }

 p { color: rgb(143,120,128); }

 H1.HeaderClassName
 {
   color: #8F7880;
 }
 .AnyTagClassName
 {
   color: #8F7880;
 }
</style>
background-color css

<style>
 a { background-color: #8F7880; }

 a { background-color: rgb(143,120,128); }

 div.DivClassName
 {
   background-color: #8F7880;
 }
 .BgClassName
 {
   background-color: #8F7880;
 }
</style>
border-color css

<style>
 span { border-color: #8F7880; }

 span { border-color: rgb(143,120,128); }

 td.TdClassName
 {
   border-color: #8F7880;
 }
 .TagClassName
 {
   border-color: #8F7880;
 }
</style>