#9F7A84

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

Shades of Venus #9F7A84

Tints of Venus #9F7A84

Color information

#9F7A84 (or 0x9F7A84) is unknown color: approx Venus. HEX triplet: 9F, 7A and 84. RGB value is (159,122,132). Sum of RGB (Red+Green+Blue) = 159+122+132=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7A84 is #60857B. Grayscale: #868686. Windows color (decimal): -6325628 or 8682143. OLE color: 8682143.

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

Color convert

RGB159122132-
CMYK00.230.170.38
HSL343.78º16.16%55.1%-
HSV(B)343.78º23.27%62.35%-
XYZ25.4222.9624.92-
YUV134.2126.76145.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.50%
GREEN value IS 122 (48.05% from 255) = 29.54%
BLUE value IS 132 (51.95% from 255) = 31.96%
R=38.50%
G=29.54%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912213200.230.170.38343.7816.1655.1
Hex9F7A8401711261581037
Octal23717220402721465302067
Binary100111111111010100001000101111000110011010101100010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,122,132); }

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

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

 a { background-color: rgb(159,122,132); }

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

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

 span { border-color: rgb(159,122,132); }

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