#8B7980

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

Shades of Venus #8B7980

Tints of Venus #8B7980

Color information

#8B7980 (or 0x8B7980) is unknown color: approx Venus. HEX triplet: 8B, 79 and 80. RGB value is (139,121,128). Sum of RGB (Red+Green+Blue) = 139+121+128=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7980 is #74867F. Grayscale: #7F7F7F. Windows color (decimal): -7636608 or 8419723. OLE color: 8419723.

HSL color Cylindrical-coordinate representation of color #8B7980: hue angle of 336.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B7980 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB139121128-
CMYK00.130.080.45
HSL336.67º7.2%50.98%-
HSV(B)336.67º12.95%54.51%-
XYZ21.3820.7223.29-
YUV127.18128.46136.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 121 (47.66% from 255) = 31.19%
BLUE value IS 128 (50.39% from 255) = 32.99%
R=35.82%
G=31.19%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912112800.130.080.45336.677.250.98
Hex8B79800D82D151733
Octal2131712000151055521763
Binary10001011111100110000000011011000101101101010001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B7980; }

 p { color: rgb(139,121,128); }

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

<style>
 a { background-color: #8B7980; }

 a { background-color: rgb(139,121,128); }

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

<style>
 span { border-color: #8B7980; }

 span { border-color: rgb(139,121,128); }

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