Html Css Color HEX #9A7681 Venus

📋 copy color: '#9A7681'

red 154 ◦ green 118 ◦ blue 129

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

Shades of Venus #9A7681

Tints of Venus #9A7681

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.43%

 BLUE value IS 129 (50.78% from 255) = 32.17%

R = 38.4%
G = 29.43%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#9A7681 (or 0x9A7681) is known color: Venus. HEX triplet: 9A, 76 and 81. RGB value is (154,118,129). Sum of RGB (Red+Green+Blue) = 154+118+129=401 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.40% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7681 is #65897E. Grayscale: #828282. Windows color (decimal): -6654335 or 8484506. OLE color: 8484506.

HSL color Cylindrical-coordinate representation of color #9A7681: hue angle of 341.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9A7681 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 118 129 -
CMYK 0 0.23 0.16 0.40
HSL 341.67º 0.15% 0.53% -
HSV(B) 341.67º 0.23% 0.6% -
XYZ 23.77 21.41 23.65 -
YUV 130.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 154 118 129 0 0.23 0.16 0.40 341.67 0.15 0.53
Hex 9A 76 81 0 17 10 28 156 F 35
Octal 232 166 201 0 27 20 50 526 17 65
Binary 10011010 1110110 10000001 0 10111 10000 101000 101010110 1111 110101

Color Harmonies of #9A7681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7681

Black with #9A7681

Text Example


Text Example

White with #9A7681

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,118,129); }

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

background-color css

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

 a { background-color: rgb(154,118,129); }

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

border-color css

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

 span { border-color: rgb(154,118,129); }

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