Html Css Color HEX #8D8183 Venus

📋 copy color: '#8D8183'

red 141 ◦ green 129 ◦ blue 131

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

Shades of Venus #8D8183

Tints of Venus #8D8183

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 value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#8D8183 (or 0x8D8183) is known color: 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

RGB 141 129 131 -
CMYK 0 0.09 0.07 0.45
HSL 350º 0.05% 0.53% -
HSV(B) 350º 0.09% 0.55% -
XYZ 22.93 23 24.7 -
YUV 132.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 141 129 131 0 0.09 0.07 0.45 350 0.05 0.53
Hex 8D 81 83 0 9 7 2D 15E 5 35
Octal 215 201 203 0 11 7 55 536 5 65
Binary 10001101 10000001 10000011 0 1001 111 101101 101011110 101 110101

Color Harmonies of #8D8183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8183

Black with #8D8183

Text Example


Text Example

White with #8D8183

Text Example


Text Example

HTML Codes & Css Web 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>