#8D8183

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

Shades of Venus #8D8183

Tints of Venus #8D8183

Color information

#8D8183 (or 0x8D8183) is unknown color: approx Venus. HEX triplet: 8D, 81 and 83. RGB value is (141,129,131). Sum of RGB (Red+Green+Blue) = 141+129+131=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8183 is #727E7C. Grayscale: #848484. Windows color (decimal): -7503485 or 8618381. OLE color: 8618381.

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

Color convert

RGB141129131-
CMYK00.090.070.45
HSL350º5%52.94%-
HSV(B)350º8.51%55.29%-
XYZ22.932324.7-
YUV132.82126.98133.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.16%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 131 (51.56% from 255) = 32.67%
R=35.16%
G=32.17%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112913100.090.070.45350552.94
Hex8D81830972D15e535
Octal215201203011755536565
Binary10001101100000011000001101001111101101101011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,129,131); }

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

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

 a { background-color: rgb(141,129,131); }

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

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

 span { border-color: rgb(141,129,131); }

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