#93888A

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

Shades of Venus #93888A

Tints of Venus #93888A

Color information

#93888A (or 0x93888A) is unknown color: approx Venus. HEX triplet: 93, 88 and 8A. RGB value is (147,136,138). Sum of RGB (Red+Green+Blue) = 147+136+138=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 147 - color contains mainly: red. Hex color #93888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93888A is #6C7775. Grayscale: #8B8B8B. Windows color (decimal): -7108470 or 9078931. OLE color: 9078931.

HSL color Cylindrical-coordinate representation of color #93888A: hue angle of 349.09º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #93888A is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB147136138-
CMYK00.070.060.42
HSL349.09º4.85%55.49%-
HSV(B)349.09º7.48%57.65%-
XYZ25.4225.6527.65-
YUV139.52127.14133.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.92%
GREEN value IS 136 (53.52% from 255) = 32.30%
BLUE value IS 138 (54.30% from 255) = 32.78%
R=34.92%
G=32.30%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713613800.070.060.42349.094.8555.49
Hex93888A0762A15d537
Octal22321021207652535567
Binary1001001110001000100010100111110101010101011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93888A; }

 p { color: rgb(147,136,138); }

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

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

 a { background-color: rgb(147,136,138); }

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

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

 span { border-color: rgb(147,136,138); }

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