#8B7881

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

Shades of Venus #8B7881

Tints of Venus #8B7881

Color information

#8B7881 (or 0x8B7881) is unknown color: approx Venus. HEX triplet: 8B, 78 and 81. RGB value is (139,120,129). Sum of RGB (Red+Green+Blue) = 139+120+129=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7881 is #74877E. Grayscale: #7E7E7E. Windows color (decimal): -7636863 or 8485003. OLE color: 8485003.

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

Color convert

RGB139120129-
CMYK00.140.070.45
HSL331.58º7.57%50.78%-
HSV(B)331.58º13.67%54.51%-
XYZ21.3320.5123.6-
YUV126.71129.29136.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 120 (47.27% from 255) = 30.93%
BLUE value IS 129 (50.78% from 255) = 33.25%
R=35.82%
G=30.93%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912012900.140.070.45331.587.5750.78
Hex8B78810E72D14c833
Octal2131702010167555141063
Binary10001011111100010000001011101111011011010011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,120,129); }

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

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

 a { background-color: rgb(139,120,129); }

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

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

 span { border-color: rgb(139,120,129); }

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