Html Css Color HEX #93858B Venus

📋 copy color: '#93858B'

red 147 ◦ green 133 ◦ blue 139

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

Shades of Venus #93858B

Tints of Venus #93858B

RGB

 RED value IS 147 (57.81% from 255) = 35.08%

 GREEN value IS 133 (52.34% from 255) = 31.74%

 BLUE value IS 139 (54.69% from 255) = 33.17%

R = 35.08%
G = 31.74%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#93858B (or 0x93858B) is known color: Venus. HEX triplet: 93, 85 and 8B. RGB value is (147,133,139). Sum of RGB (Red+Green+Blue) = 147+133+139=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 147 - color contains mainly: red. Hex color #93858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93858B is #6C7A74. Grayscale: #898989. Windows color (decimal): -7109237 or 9143699. OLE color: 9143699.

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

Color convert

RGB 147 133 139 -
CMYK 0 0.10 0.05 0.42
HSL 334.29º 0.06% 0.55% -
HSV(B) 334.29º 0.1% 0.58% -
XYZ 25.08 24.84 27.9 -
YUV 137.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 147 133 139 0 0.10 0.05 0.42 334.29 0.06 0.55
Hex 93 85 8B 0 A 5 2A 14E 6 37
Octal 223 205 213 0 12 5 52 516 6 67
Binary 10010011 10000101 10001011 0 1010 101 101010 101001110 110 110111

Color Harmonies of #93858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93858B

Black with #93858B

Text Example


Text Example

White with #93858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93858B;
 }
 .AnyTagClassName
 {
   color: #93858B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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