Html Css Color HEX #9E7683 Venus

📋 copy color: '#9E7683'

red 158 ◦ green 118 ◦ blue 131

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

Shades of Venus #9E7683

Tints of Venus #9E7683

RGB

 RED value IS 158 (62.11% from 255) = 38.82%

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

 BLUE value IS 131 (51.56% from 255) = 32.19%

R = 38.82%
G = 28.99%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9E7683 (or 0x9E7683) is known color: Venus. HEX triplet: 9E, 76 and 83. RGB value is (158,118,131). Sum of RGB (Red+Green+Blue) = 158+118+131=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7683 is #61897C. Grayscale: #838383. Windows color (decimal): -6392189 or 8615582. OLE color: 8615582.

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

Color convert

RGB 158 118 131 -
CMYK 0 0.25 0.17 0.38
HSL 340.5º 0.17% 0.54% -
HSV(B) 340.5º 0.25% 0.62% -
XYZ 24.68 21.86 24.39 -
YUV 131.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 158 118 131 0 0.25 0.17 0.38 340.5 0.17 0.54
Hex 9E 76 83 0 19 11 26 154 11 36
Octal 236 166 203 0 31 21 46 524 21 66
Binary 10011110 1110110 10000011 0 11001 10001 100110 101010100 10001 110110

Color Harmonies of #9E7683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7683

Black with #9E7683

Text Example


Text Example

White with #9E7683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,118,131); }

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

background-color css

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

 a { background-color: rgb(158,118,131); }

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

border-color css

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

 span { border-color: rgb(158,118,131); }

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