#9C7480

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

Shades of Venus #9C7480

Tints of Venus #9C7480

Color information

#9C7480 (or 0x9C7480) is unknown color: approx Venus. HEX triplet: 9C, 74 and 80. RGB value is (156,116,128). Sum of RGB (Red+Green+Blue) = 156+116+128=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7480 is #638B7F. Grayscale: #818181. Windows color (decimal): -6523776 or 8418460. OLE color: 8418460.

HSL color Cylindrical-coordinate representation of color #9C7480: hue angle of 342º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C7480 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB156116128-
CMYK00.260.180.39
HSL342º16.81%53.33%-
HSV(B)342º25.64%61.18%-
XYZ23.8521.1223.24-
YUV129.33127.25147.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39%
GREEN value IS 116 (45.70% from 255) = 29%
BLUE value IS 128 (50.39% from 255) = 32%
R=39%
G=29%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611612800.260.180.3934216.8153.33
Hex9C748001A12271561135
Octal23416420003222475262165
Binary100111001110100100000000110101001010011110101011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,116,128); }

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

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

 a { background-color: rgb(156,116,128); }

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

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

 span { border-color: rgb(156,116,128); }

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