Html Css Color HEX #938081 Venus

📋 copy color: '#938081'

red 147 ◦ green 128 ◦ blue 129

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

Shades of Venus #938081

Tints of Venus #938081

RGB

 RED value IS 147 (57.81% from 255) = 36.39%

 GREEN value IS 128 (50.39% from 255) = 31.68%

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

R = 36.39%
G = 31.68%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#938081 (or 0x938081) is known color: Venus. HEX triplet: 93, 80 and 81. RGB value is (147,128,129). Sum of RGB (Red+Green+Blue) = 147+128+129=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 147 - color contains mainly: red. Hex color #938081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938081 is #6C7F7E. Grayscale: #858585. Windows color (decimal): -7110527 or 8487059. OLE color: 8487059.

HSL color Cylindrical-coordinate representation of color #938081: hue angle of 356.84º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #938081 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 128 129 -
CMYK 0 0.13 0.12 0.42
HSL 356.84º 0.08% 0.54% -
HSV(B) 356.84º 0.13% 0.58% -
XYZ 23.71 23.23 24 -
YUV 133.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 147 128 129 0 0.13 0.12 0.42 356.84 0.08 0.54
Hex 93 80 81 0 D C 2A 165 8 36
Octal 223 200 201 0 15 14 52 545 10 66
Binary 10010011 10000000 10000001 0 1101 1100 101010 101100101 1000 110110

Color Harmonies of #938081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938081

Black with #938081

Text Example


Text Example

White with #938081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938081; }

 p { color: rgb(147,128,129); }

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

background-color css

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

 a { background-color: rgb(147,128,129); }

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

border-color css

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

 span { border-color: rgb(147,128,129); }

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