#8F8184

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

Shades of Venus #8F8184

Tints of Venus #8F8184

Color information

#8F8184 (or 0x8F8184) is unknown color: approx Venus. HEX triplet: 8F, 81 and 84. RGB value is (143,129,132). Sum of RGB (Red+Green+Blue) = 143+129+132=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8184 is #707E7B. Grayscale: #858585. Windows color (decimal): -7372412 or 8683919. OLE color: 8683919.

HSL color Cylindrical-coordinate representation of color #8F8184: hue angle of 347.14º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8F8184 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB143129132-
CMYK00.100.080.44
HSL347.14º5.88%53.33%-
HSV(B)347.14º9.79%56.08%-
XYZ23.3423.2125.08-
YUV133.53127.14134.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.40%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 132 (51.95% from 255) = 32.67%
R=35.40%
G=31.93%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312913200.100.080.44347.145.8853.33
Hex8F81840A82C15b635
Octal2172012040121054533665
Binary100011111000000110000100010101000101100101011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,129,132); }

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

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

 a { background-color: rgb(143,129,132); }

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

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

 span { border-color: rgb(143,129,132); }

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