#9F8F90

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

Shades of Venus #9F8F90

Tints of Venus #9F8F90

Color information

#9F8F90 (or 0x9F8F90) is unknown color: approx Venus. HEX triplet: 9F, 8F and 90. RGB value is (159,143,144). Sum of RGB (Red+Green+Blue) = 159+143+144=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8F90 is #60706F. Grayscale: #939393. Windows color (decimal): -6320240 or 9473951. OLE color: 9473951.

HSL color Cylindrical-coordinate representation of color #9F8F90: hue angle of 356.25º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9F8F90 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB159143144-
CMYK00.100.090.38
HSL356.25º7.69%59.22%-
HSV(B)356.25º10.06%62.35%-
XYZ29.1529.0330.45-
YUV147.9125.8135.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.65%
GREEN value IS 143 (56.25% from 255) = 32.06%
BLUE value IS 144 (56.64% from 255) = 32.29%
R=35.65%
G=32.06%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914314400.100.090.38356.257.6959.22
Hex9F8F900A92616483b
Octal23721722001211465441073
Binary1001111110001111100100000101010011001101011001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F8F90; }

 p { color: rgb(159,143,144); }

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

<style>
 a { background-color: #9F8F90; }

 a { background-color: rgb(159,143,144); }

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

<style>
 span { border-color: #9F8F90; }

 span { border-color: rgb(159,143,144); }

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