Html Css Color HEX #8B7981 Venus

📋 copy color: '#8B7981'

red 139 ◦ green 121 ◦ blue 129

#8B7981
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #8B7981

Tints of Venus #8B7981

RGB

 RED value IS 139 (54.69% from 255) = 35.73%

 GREEN value IS 121 (47.66% from 255) = 31.11%

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 35.73%
G = 31.11%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#8B7981 (or 0x8B7981) is known color: Venus. HEX triplet: 8B, 79 and 81. RGB value is (139,121,129). Sum of RGB (Red+Green+Blue) = 139+121+129=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7981 is #74867E. Grayscale: #7F7F7F. Windows color (decimal): -7636607 or 8485259. OLE color: 8485259.

HSL color Cylindrical-coordinate representation of color #8B7981: hue angle of 333.33º 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 #8B7981 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 121 129 -
CMYK 0 0.13 0.07 0.45
HSL 333.33º 0.07% 0.51% -
HSV(B) 333.33º 0.13% 0.55% -
XYZ 21.45 20.75 23.64 -
YUV 127.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 139 121 129 0 0.13 0.07 0.45 333.33 0.07 0.51
Hex 8B 79 81 0 D 7 2D 14D 7 33
Octal 213 171 201 0 15 7 55 515 7 63
Binary 10001011 1111001 10000001 0 1101 111 101101 101001101 111 110011

Color Harmonies of #8B7981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7981

Black with #8B7981

Text Example


Text Example

White with #8B7981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B7981;
 }
 .AnyTagClassName
 {
   color: #8B7981;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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