#9F7B87

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

Shades of Venus #9F7B87

Tints of Venus #9F7B87

Color information

#9F7B87 (or 0x9F7B87) is unknown color: approx Venus. HEX triplet: 9F, 7B and 87. RGB value is (159,123,135). Sum of RGB (Red+Green+Blue) = 159+123+135=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7B87 is #608478. Grayscale: #878787. Windows color (decimal): -6325369 or 8879007. OLE color: 8879007.

HSL color Cylindrical-coordinate representation of color #9F7B87: hue angle of 340º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F7B87 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB159123135-
CMYK00.230.150.38
HSL340º15.79%55.29%-
HSV(B)340º22.64%62.35%-
XYZ25.7523.2926.06-
YUV135.13127.93145.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.13%
GREEN value IS 123 (48.44% from 255) = 29.50%
BLUE value IS 135 (53.12% from 255) = 32.37%
R=38.13%
G=29.50%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912313500.230.150.3834015.7955.29
Hex9F7B87017F261541037
Octal23717320702717465242067
Binary10011111111101110000111010111111110011010101010010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,123,135); }

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

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

 a { background-color: rgb(159,123,135); }

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

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

 span { border-color: rgb(159,123,135); }

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