Html Css Color HEX #9F848A Venus

📋 copy color: '#9F848A'

red 159 ◦ green 132 ◦ blue 138

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

Shades of Venus #9F848A

Tints of Venus #9F848A

RGB

 RED value IS 159 (62.5% from 255) = 37.06%

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

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

R = 37.06%
G = 30.77%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F848A (or 0x9F848A) is known color: Venus. HEX triplet: 9F, 84 and 8A. RGB value is (159,132,138). Sum of RGB (Red+Green+Blue) = 159+132+138=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 159 - color contains mainly: red. Hex color #9F848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F848A is #607B75. Grayscale: #8C8C8C. Windows color (decimal): -6323062 or 9077919. OLE color: 9077919.

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

Color convert

RGB 159 132 138 -
CMYK 0 0.17 0.13 0.38
HSL 346.67º 0.12% 0.57% -
HSV(B) 346.67º 0.17% 0.62% -
XYZ 27.14 25.71 27.58 -
YUV 140.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 159 132 138 0 0.17 0.13 0.38 346.67 0.12 0.57
Hex 9F 84 8A 0 11 D 26 15B C 39
Octal 237 204 212 0 21 15 46 533 14 71
Binary 10011111 10000100 10001010 0 10001 1101 100110 101011011 1100 111001

Color Harmonies of #9F848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F848A

Black with #9F848A

Text Example


Text Example

White with #9F848A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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