Html Css Color HEX #9A7F89 Venus

📋 copy color: '#9A7F89'

red 154 ◦ green 127 ◦ blue 137

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

Shades of Venus #9A7F89

Tints of Venus #9A7F89

RGB

 RED value IS 154 (60.55% from 255) = 36.84%

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

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

R = 36.84%
G = 30.38%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#9A7F89 (or 0x9A7F89) is known color: Venus. HEX triplet: 9A, 7F and 89. RGB value is (154,127,137). Sum of RGB (Red+Green+Blue) = 154+127+137=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7F89 is #658076. Grayscale: #888888. Windows color (decimal): -6652023 or 9011098. OLE color: 9011098.

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

Color convert

RGB 154 127 137 -
CMYK 0 0.18 0.11 0.40
HSL 337.78º 0.12% 0.55% -
HSV(B) 337.78º 0.18% 0.6% -
XYZ 25.43 23.85 26.93 -
YUV 136.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 154 127 137 0 0.18 0.11 0.40 337.78 0.12 0.55
Hex 9A 7F 89 0 12 B 28 152 C 37
Octal 232 177 211 0 22 13 50 522 14 67
Binary 10011010 1111111 10001001 0 10010 1011 101000 101010010 1100 110111

Color Harmonies of #9A7F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7F89

Black with #9A7F89

Text Example


Text Example

White with #9A7F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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