#938189

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

Shades of Venus #938189

Tints of Venus #938189

Color information

#938189 (or 0x938189) is unknown color: approx Venus. HEX triplet: 93, 81 and 89. RGB value is (147,129,137). Sum of RGB (Red+Green+Blue) = 147+129+137=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 147 - color contains mainly: red. Hex color #938189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938189 is #6C7E76. Grayscale: #878787. Windows color (decimal): -7110263 or 9011603. OLE color: 9011603.

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

Color convert

RGB147129137-
CMYK00.120.070.42
HSL333.33º7.69%54.12%-
HSV(B)333.33º12.24%57.65%-
XYZ24.423.7126.96-
YUV135.29128.96136.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.59%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 137 (53.91% from 255) = 33.17%
R=35.59%
G=31.23%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712913700.120.070.42333.337.6954.12
Hex9381890C72A14d836
Octal2232012110147525151066
Binary100100111000000110001001011001111010101010011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938189; }

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

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

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

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

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

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

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

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