#9F8288

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

Shades of Venus #9F8288

Tints of Venus #9F8288

Color information

#9F8288 (or 0x9F8288) is unknown color: approx Venus. HEX triplet: 9F, 82 and 88. RGB value is (159,130,136). Sum of RGB (Red+Green+Blue) = 159+130+136=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8288 is #607D77. Grayscale: #8B8B8B. Windows color (decimal): -6323576 or 8946335. OLE color: 8946335.

HSL color Cylindrical-coordinate representation of color #9F8288: hue angle of 347.59º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F8288 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB159130136-
CMYK00.180.140.38
HSL347.59º13.12%56.67%-
HSV(B)347.59º18.24%62.35%-
XYZ26.7225.1126.73-
YUV139.35126.11142.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.41%
GREEN value IS 130 (51.17% from 255) = 30.59%
BLUE value IS 136 (53.52% from 255) = 32%
R=37.41%
G=30.59%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913013600.180.140.38347.5913.1256.67
Hex9F8288012E2615cd39
Octal23720221002216465341571
Binary10011111100000101000100001001011101001101010111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,130,136); }

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

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

 a { background-color: rgb(159,130,136); }

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

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

 span { border-color: rgb(159,130,136); }

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