Html Css Color HEX #9E848D Venus

📋 copy color: '#9E848D'

red 158 ◦ green 132 ◦ blue 141

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

Shades of Venus #9E848D

Tints of Venus #9E848D

RGB

 RED value IS 158 (62.11% from 255) = 36.66%

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

 BLUE value IS 141 (55.47% from 255) = 32.71%

R = 36.66%
G = 30.63%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9E848D (or 0x9E848D) is known color: Venus. HEX triplet: 9E, 84 and 8D. RGB value is (158,132,141). Sum of RGB (Red+Green+Blue) = 158+132+141=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 158 - color contains mainly: red. Hex color #9E848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E848D is #617B72. Grayscale: #8C8C8C. Windows color (decimal): -6388595 or 9274526. OLE color: 9274526.

HSL color Cylindrical-coordinate representation of color #9E848D: hue angle of 339.23º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9E848D is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 132 141 -
CMYK 0 0.16 0.11 0.38
HSL 339.23º 0.12% 0.57% -
HSV(B) 339.23º 0.16% 0.62% -
XYZ 27.16 25.69 28.73 -
YUV 140.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 158 132 141 0 0.16 0.11 0.38 339.23 0.12 0.57
Hex 9E 84 8D 0 10 B 26 153 C 39
Octal 236 204 215 0 20 13 46 523 14 71
Binary 10011110 10000100 10001101 0 10000 1011 100110 101010011 1100 111001

Color Harmonies of #9E848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E848D

Black with #9E848D

Text Example


Text Example

White with #9E848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E848D; }

 p { color: rgb(158,132,141); }

 H1.HeaderClassName
 {
   color: #9E848D;
 }
 .AnyTagClassName
 {
   color: #9E848D;
 }
</style>

background-color css

<style>
 a { background-color: #9E848D; }

 a { background-color: rgb(158,132,141); }

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

border-color css

<style>
 span { border-color: #9E848D; }

 span { border-color: rgb(158,132,141); }

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