Html Css Color HEX #9B8189 Venus

📋 copy color: '#9B8189'

red 155 ◦ green 129 ◦ blue 137

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

Shades of Venus #9B8189

Tints of Venus #9B8189

RGB

 RED value IS 155 (60.94% from 255) = 36.82%

 GREEN value IS 129 (50.78% from 255) = 30.64%

 BLUE value IS 137 (53.91% from 255) = 32.54%

R = 36.82%
G = 30.64%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B8189 (or 0x9B8189) is known color: Venus. HEX triplet: 9B, 81 and 89. RGB value is (155,129,137). Sum of RGB (Red+Green+Blue) = 155+129+137=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8189 is #647E76. Grayscale: #898989. Windows color (decimal): -6585975 or 9011611. OLE color: 9011611.

HSL color Cylindrical-coordinate representation of color #9B8189: hue angle of 341.54º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9B8189 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 129 137 -
CMYK 0 0.17 0.12 0.39
HSL 341.54º 0.12% 0.56% -
HSV(B) 341.54º 0.17% 0.61% -
XYZ 25.88 24.48 27.03 -
YUV 137.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 155 129 137 0 0.17 0.12 0.39 341.54 0.12 0.56
Hex 9B 81 89 0 11 C 27 156 C 38
Octal 233 201 211 0 21 14 47 526 14 70
Binary 10011011 10000001 10001001 0 10001 1100 100111 101010110 1100 111000

Color Harmonies of #9B8189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8189

Black with #9B8189

Text Example


Text Example

White with #9B8189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,129,137); }

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

background-color css

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

 a { background-color: rgb(155,129,137); }

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

border-color css

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

 span { border-color: rgb(155,129,137); }

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