#8F7681

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

Shades of Venus #8F7681

Tints of Venus #8F7681

Color information

#8F7681 (or 0x8F7681) is unknown color: approx Venus. HEX triplet: 8F, 76 and 81. RGB value is (143,118,129). Sum of RGB (Red+Green+Blue) = 143+118+129=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7681 is #70897E. Grayscale: #7E7E7E. Windows color (decimal): -7375231 or 8484495. OLE color: 8484495.

HSL color Cylindrical-coordinate representation of color #8F7681: hue angle of 333.6º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F7681 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB143118129-
CMYK00.170.100.44
HSL333.6º10.04%51.18%-
HSV(B)333.6º17.48%56.08%-
XYZ21.7720.3823.56-
YUV126.73129.28139.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.67%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 129 (50.78% from 255) = 33.08%
R=36.67%
G=30.26%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311812900.170.100.44333.610.0451.18
Hex8F7681011A2C14ea33
Octal21716620102112545161263
Binary1000111111101101000000101000110101011001010011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,118,129); }

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

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

 a { background-color: rgb(143,118,129); }

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

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

 span { border-color: rgb(143,118,129); }

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