Html Css Color HEX #93848A Venus

📋 copy color: '#93848A'

red 147 ◦ green 132 ◦ blue 138

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

Shades of Venus #93848A

Tints of Venus #93848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.65%

 BLUE value IS 138 (54.3% from 255) = 33.09%

R = 35.25%
G = 31.65%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#93848A (or 0x93848A) is known color: Venus. HEX triplet: 93, 84 and 8A. RGB value is (147,132,138). Sum of RGB (Red+Green+Blue) = 147+132+138=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 147 - color contains mainly: red. Hex color #93848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93848A is #6C7B75. Grayscale: #898989. Windows color (decimal): -7109494 or 9077907. OLE color: 9077907.

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

Color convert

RGB 147 132 138 -
CMYK 0 0.10 0.06 0.42
HSL 336º 0.06% 0.55% -
HSV(B) 336º 0.1% 0.58% -
XYZ 24.87 24.54 27.47 -
YUV 137.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 147 132 138 0 0.10 0.06 0.42 336 0.06 0.55
Hex 93 84 8A 0 A 6 2A 150 6 37
Octal 223 204 212 0 12 6 52 520 6 67
Binary 10010011 10000100 10001010 0 1010 110 101010 101010000 110 110111

Color Harmonies of #93848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93848A

Black with #93848A

Text Example


Text Example

White with #93848A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93848A;
 }
 .AnyTagClassName
 {
   color: #93848A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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