Html Css Color HEX #8C7981 Venus

📋 copy color: '#8C7981'

red 140 ◦ green 121 ◦ blue 129

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

Shades of Venus #8C7981

Tints of Venus #8C7981

RGB

 RED value IS 140 (55.08% from 255) = 35.9%

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

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

R = 35.9%
G = 31.03%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8C7981 (or 0x8C7981) is known color: Venus. HEX triplet: 8C, 79 and 81. RGB value is (140,121,129). Sum of RGB (Red+Green+Blue) = 140+121+129=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7981 is #73867E. Grayscale: #7F7F7F. Windows color (decimal): -7571071 or 8485260. OLE color: 8485260.

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

Color convert

RGB 140 121 129 -
CMYK 0 0.14 0.08 0.45
HSL 334.74º 0.08% 0.51% -
HSV(B) 334.74º 0.14% 0.55% -
XYZ 21.62 20.84 23.65 -
YUV 127.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 140 121 129 0 0.14 0.08 0.45 334.74 0.08 0.51
Hex 8C 79 81 0 E 8 2D 14F 8 33
Octal 214 171 201 0 16 10 55 517 10 63
Binary 10001100 1111001 10000001 0 1110 1000 101101 101001111 1000 110011

Color Harmonies of #8C7981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7981

Black with #8C7981

Text Example


Text Example

White with #8C7981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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