Html Css Color HEX #9B7F89 Venus

📋 copy color: '#9B7F89'

red 155 ◦ green 127 ◦ blue 137

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

Shades of Venus #9B7F89

Tints of Venus #9B7F89

RGB

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

 GREEN value IS 127 (50% from 255) = 30.31%

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

R = 36.99%
G = 30.31%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B7F89 (or 0x9B7F89) is known color: Venus. HEX triplet: 9B, 7F and 89. RGB value is (155,127,137). Sum of RGB (Red+Green+Blue) = 155+127+137=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7F89 is #648076. Grayscale: #888888. Windows color (decimal): -6586487 or 9011099. OLE color: 9011099.

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

Color convert

RGB 155 127 137 -
CMYK 0 0.18 0.12 0.39
HSL 338.57º 0.12% 0.55% -
HSV(B) 338.57º 0.18% 0.61% -
XYZ 25.62 23.95 26.94 -
YUV 136.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 155 127 137 0 0.18 0.12 0.39 338.57 0.12 0.55
Hex 9B 7F 89 0 12 C 27 153 C 37
Octal 233 177 211 0 22 14 47 523 14 67
Binary 10011011 1111111 10001001 0 10010 1100 100111 101010011 1100 110111

Color Harmonies of #9B7F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F89

Black with #9B7F89

Text Example


Text Example

White with #9B7F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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