#93888B

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

Shades of Venus #93888B

Tints of Venus #93888B

Color information

#93888B (or 0x93888B) is unknown color: approx Venus. HEX triplet: 93, 88 and 8B. RGB value is (147,136,139). Sum of RGB (Red+Green+Blue) = 147+136+139=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 147 - color contains mainly: red. Hex color #93888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93888B is #6C7774. Grayscale: #8B8B8B. Windows color (decimal): -7108469 or 9144467. OLE color: 9144467.

HSL color Cylindrical-coordinate representation of color #93888B: hue angle of 343.64º 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 #93888B is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB147136139-
CMYK00.070.050.42
HSL343.64º4.85%55.49%-
HSV(B)343.64º7.48%57.65%-
XYZ25.525.6828.04-
YUV139.63127.64133.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.83%
GREEN value IS 136 (53.52% from 255) = 32.23%
BLUE value IS 139 (54.69% from 255) = 32.94%
R=34.83%
G=32.23%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713613900.070.050.42343.644.8555.49
Hex93888B0752A158537
Octal22321021307552530567
Binary1001001110001000100010110111101101010101011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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