#93858A

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

Shades of Venus #93858A

Tints of Venus #93858A

Color information

#93858A (or 0x93858A) is unknown color: approx Venus. HEX triplet: 93, 85 and 8A. RGB value is (147,133,138). Sum of RGB (Red+Green+Blue) = 147+133+138=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 147 - color contains mainly: red. Hex color #93858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93858A is #6C7A75. Grayscale: #898989. Windows color (decimal): -7109238 or 9078163. OLE color: 9078163.

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

Color convert

RGB147133138-
CMYK00.100.060.42
HSL338.57º6.09%54.9%-
HSV(B)338.57º9.52%57.65%-
XYZ25.0124.8127.52-
YUV137.76128.14134.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 133 (52.34% from 255) = 31.82%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=35.17%
G=31.82%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713313800.100.060.42338.576.0954.9
Hex93858A0A62A153637
Octal223205212012652523667
Binary10010011100001011000101001010110101010101010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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