#9F7B88

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

Shades of Venus #9F7B88

Tints of Venus #9F7B88

Color information

#9F7B88 (or 0x9F7B88) is unknown color: approx Venus. HEX triplet: 9F, 7B and 88. RGB value is (159,123,136). Sum of RGB (Red+Green+Blue) = 159+123+136=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7B88 is #608477. Grayscale: #878787. Windows color (decimal): -6325368 or 8944543. OLE color: 8944543.

HSL color Cylindrical-coordinate representation of color #9F7B88: hue angle of 338.33º 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 #9F7B88 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB159123136-
CMYK00.230.140.38
HSL338.33º15.79%55.29%-
HSV(B)338.33º22.64%62.35%-
XYZ25.8223.3126.43-
YUV135.25128.43144.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.04%
GREEN value IS 123 (48.44% from 255) = 29.43%
BLUE value IS 136 (53.52% from 255) = 32.54%
R=38.04%
G=29.43%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912313600.230.140.38338.3315.7955.29
Hex9F7B88017E261521037
Octal23717321002716465222067
Binary10011111111101110001000010111111010011010101001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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